[XML-SIG] 4DOM and DTD

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed, 20 Dec 2000 15:49:13 +0100


> I was wondering if there's a way to get a reference to the DTD
> object once an XML document has been read using the the validating
> reader stub in 4DOM

I believe that is not possible: The 4DOM readers use only SAX1
parsers, and the only reader that reports DeclHandler and
LexicalHandler events is the SAX2 xmlproc driver.

Regards,
Martin