Hi, I am parsing an XML File using DOMParser from Xerces; I use
It seems that when it cannot find the DTD specified in the xml file xmlDocument , it throws an IOException. So how can I make it work without a DTD ? Thanks Chris
Or you can set a variety of features that may meet your needs. That way you don't have to switch back to the DocumentBuilder if you feel like keeping with the DOMParser, or have a need to keep with it.
Christoph Ehret
Greenhorn
Joined: Dec 30, 2002
Posts: 12
posted
0
Thanks a lot. Setting the feature did it . Thanks . Chris [ August 25, 2003: Message edited by: Christoph Ehret ]