I have parsed the following XML containing a character with hex value(0xb).
After parsing the parser throws the following exception:

org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0xb) was
found in the element content of the document.   
                at
org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:115
6)      
                at sax2saxtest.ParseTest.main(ParseTest.java:33) 
Exception in thread "main" 

Is there any way this character could be cooked into an XML element. This
XML is generated by an application which exports data from a 
database. What is the best way to handle this kind of characters? What is
the significance of this character in XML? 

Thanks in advance,
Suresh

Attachment: src.xml
Description: Binary data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to