Error parsing XML document with DOMParser

2007-05-17 Thread JRancier
I'm receiving an XML document over a TCP socket, I then instantiate an instance of DOMParser and attempt to parse the data. Here's the exception: org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x0) was found in markup after the end of the element content. at

Re: Error parsing XML document with DOMParser

2007-05-17 Thread David Crossley
You have posted to the general XML list. You would do better by using the Apache Xerces J users mailing list: http://xerces.apache.org/ .. i cannot find the mailing list subscription info for you. Try the usual xerces-j-users-subscribe at xerces.apache.org -David JRancier wrote: I'm receiving