Posted By:
Eric_Yip
Posted On:
Wednesday, August 8, 2001 09:04 PM
I'm trying to parse a XML string using xerces.
However, I'm getting the following exception:
org.xml.sax.SAXParseException: The entity "nbsp" was referenced, but not declared.
I'm parsing the string, it's just
ABCÂ
How do we declare this entities to the XML parser??
Thanks!
Eric