[Home] [By Thread] [By Date] [Recent Entries]
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@c... on 11/08/2001 09:18:11 AM To: mccabe_julie_f@j... cc: xml-dev@l... Subject: Re: <!DOCTYPE> removed by DOMParser? mccabe_julie_f@j... 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@x... 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.
|

Cart



