Support #1354
closedprolem with handling upper unicode characters
0%
Description
SourceForge user: cwittern
As described in the help forum, saxon seems to have a problem handling entity references that contain upper unicode values (that is, characters with numeric codepoints larger than 65536). Two files are attached to demonstrate the problem.
Files
Updated by Anonymous almost 18 years ago
SourceForge user: cwittern
Logged In: YES
user_id=222320
Originator: YES
File Added: test.xsl
Updated by Anonymous almost 18 years ago
SourceForge user: mhkay
Logged In: YES
user_id=251681
Originator: NO
You appear to have found a bug in the Xerces parser, which is the default parser in JDK 1.5. This test case works correctly with the .NET parser and with the Crimson parser (which is the default parser in JDK 1.4), but on JDK 1.5 the parser is feeding incorrect data to Saxon. Please raise the bug against the JDK. In the meantime you can work around it by selecting a different parser - Saxon will work with any SAX2-compliant XML parser. (Having said that, Xerces is usually more reliable than any other).
Please register to edit this issue