XML Parsing Error
Hi,
I am parsing an xml using SAX parser; the contains the character &, so the SAX parser is giving the exception "org.xml.sax.SAXParseException: The content of elements must consist of well-formed character data or markup". I sthere any way that i can parse the xml even it has &,< and > characters in content?
Thanks in advance

