OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] <!DOCTYPE> removed by DOMParser?



mccabe_julie_f@jpmorgan.com wrote:
> Xml file with a <!DOCTYPE> tag to include a dtd is sent to a servlet,
> parsed using xerces DOMParser, and then downloaded to a filesystem.  When
> the file arrives it does not contain the <!DOCTYPE> tag, parsing has
> removed it.  Is there any way which the xml may be parsed but retain the
> <!DOCTYPE> tag?

What version of Xerces are you using?  How do you serialize your file?
The latest Xerces 1.4.3 DOMParser definitely does not remove a DOCTYPE.
Btw, why don't you use xerces-j-user@xml.apache.org mailing list to ask
questions/report bugs about Xerces?

Elena.