Jayostu

Fatal error parsing XML: org.xml.sax.SAXParseException: The entity "nbsp" was re ferenced, but not declared.

Your XML document may be invalid (NOT well formed). Use a text editor to search for 'nbsp'. Make sure that it's actually ' ' instead of just 'nbsp'.


If that's not it, then I'll guess that the file contains HTML. In that case, make sure it's XHTML. You may have to convert it; several converters exist.

Also, you may find more relevant help on an XML mailing list such as
http://xml.org/xml/xmldev.shtml
http://xml.apache.org/xerces2-j/index.html

Eric


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



Reply via email to