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
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
: 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