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?




Hi Elena,

Thanks for the advice,

I am using version 1.4.1 of xerces

And parsing occurs like this

final DOMParser parser = new DOMParser();
final StringReader sreader = new StringReader(filename);
parser.parse(new InputSource(sreader));

Thanks.
Julie





elitani@ca.ibm.com on 11/08/2001 09:18:11 AM

To:   mccabe_julie_f@jpmorgan.com
cc:   xml-dev@lists.xml.org
Subject:  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.





This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co., its
subsidiaries and affiliates.