[XML-SIG] accessing publicID / systemID

Martin v. Loewis martin@v.loewis.de
Fri, 4 Jan 2002 22:16:22 +0100


> but did not find any hints on using xmlproc to read in a DOM tree - can
> anyone help?

For 4DOM, either pass the validate=1 option to your reader, or pass a
pre-created SAX reader.

For minidom, create a SAX reader, then pass that to minidom.parse.

Regards,
Martin