Hi, All,
I am encounting a
XML parsing error saying something like the following:
XML Parser failed,
Error: Invalid character (Unicode 0xFFFe)
The XML
file size is about 100K in disk, the application is sort of like this:
it is created from a DOM tree in memory then passed to a SAX
parser. The error is reported in the SAX parser.
Not sure where the
unicode 0xFFFe come from, if I save the XML in file then load it into Internet
Explorer, it is fine.
Also, If I
reduce the size, it also works fine.
Any
suggestions? Thanks much in advance.
Frank
