users@jaxb.java.net

Unmarshelling Exception

From: Subba, Rao <Rao.Subba_at_cardinal.com>
Date: Thu, 23 Jan 2003 23:30:08 -0600

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