Hi, David,

> Does anyone know how to make the parser ignoring the DTD
> reference when it is present in the XML document?

Implement your own EntityResolver and register it with a parser.
In EntityResolver overwrite SystemId with some *dummy* dtd file.

Elena

Reply via email to