Re: [jira] Resolved: (XALANJ-2217) [PATCH] cleaup some String usage sillyness

2005-10-22 Thread Libor Valenta
Hi guys, the most readeble conversion char to String is Character.toString(char c) which is by Sun implemented as String.valueOf(c) so the patch is correct on that. -- LV Brian Minchau (JIRA) wrote: [ http://issues.apache.org/jira/browse/XALANJ-2217?page=all ] Brian Minchau resolv

[jira] Created: (XALANJ-2218) XML/HTML serializers should have default m_escapeSetting = true

2005-10-22 Thread Libor Valenta (JIRA)
Versions: Latest Development Code, 2.6 Environment: I have problem with code bundled in Java 5 as well as the latest development version Reporter: Libor Valenta I started using XSLTC but I have problem with results it produces. I have XML: && XSL: http://www.w3.org/1999/XSL/T

[jira] Created: (XALANJ-2228) When using XSLTC, RTF in variable has lost escaping information

2005-11-06 Thread Libor Valenta (JIRA)
: Latest Development Code, 2.6 Environment: Java 5, XSLTC Reporter: Libor Valenta I created simple test case that passes with interpretive processor, but fails with XSLTC. The disable-output-escaping is lost! I looked into AdaptiveResultTreeImpl.prepareNewDOM() and also SAX2DTM.characters(ch