- From: Sudhir Parikh <sparikh@Resonate.com>
- Date: Fri, 4 Jan 2002 15:28:46 -0800
- To: <www-dom@w3.org>
Received on Friday, 4 January 2002 18:28:45 UTC
I have a case where the XML file has specified the DOCTYPE <!DOCTYPE mgt-message SYSTEM "C:\cs.dtd"> and I do not have the cs.dtd. When I am trying to parse the file using th DOM parser, with ValScheme set to "Val_Never", I am unable to get any elements. If the <!DOCTYPE ...> is removed, then it works allright. Any ideas as to how can I parse an XML file which has the <!DOCTYPE ....> specified but the DTD is not available ? Thanks -Sudhir
Received on Friday, 4 January 2002 18:28:45 UTC