[jdom-interest] error on building of the jdom doc

ecky at free.fr ecky at free.fr
Thu Aug 30 12:49:18 PDT 2001


Hi,

> i am building a jdom doc, using DOMBuilder, from a xml document when
> i am getting this error. what do i need to do so that the document is not
> verified at all. the reason i want that is that i am building a xml error
> manager for our system and the sort of document i am passing could very well
> be a real document in production. i have my system tag like this:
> <!DOCTYPE cXML SYSTEM>.
> 
This looks like an illegal doctype statement, so if you whish
to have no validation, just remove that line entirely or comment
it out: "<!-- Doctypedeclaration -->". Should work ...

--
ecky



More information about the jdom-interest mailing list