Hi,
When I try to Unmarshel an XML document with DOCTYPE declaration:
<!DOCTYPE CIN SYSTEM "CIN.dtd">
I get -
[org.xml.sax.SAXParseException: The markup declarations contained or pointed to by the document type declaration must be well-formed.]
The XML document was generated by Marshel process and the DOCTYPE was added to it using XMLSerializer.
Any help would be appreciated.
Thanks,
- rao