An invalid XML character (Unicode: 0x{2})
843834Aug 9 2004 — edited Oct 28 2004org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x{2}) was found in the value of attribute "{1}".
I get this exception when I try to parse an XML document.This document is generated using a stored procedure.The encoding for the document is "ISO-8859-1".I observed that there are some "null/junk" characters in the tables that the stored procedure runs against.Is there a particular character encoding which can fix this?Removing the "null/junk" characters in the tables is not a viable option.
Thanks in advance.