Hi,
I've noticed that the carriage return character of Windows i.e. "\r\n" is not handled correctly by the xerces parser. It is converted to "\n". Has anyone run into similar problems and if so are there any solutions?
To reproduce:
1. Have a xml file that contains the windows carriage return character in the content of an element.
2. Have a ContentHandler and in the characters() method, print the characters to a file.
3. Open the file in vi or notepad and you should see control characters instead of the line separators.
Thanks,
Pradeep
