[XML-SIG] Minidom

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Tue, 20 Mar 2001 09:26:57 +0100


> | With PyXML, xml.sax.sax2exts.XMLValParserFactory.make_parser() will
> | create you a validating SAX parser (namely, xmlproc, unless
> | additional validating parsers have been registered).
> 
> We shouldn't be using sax2exts any more, since that is just a legacy
> thing left over from an old SAX 2.0 version. In fact, we should aim to
> rip all that stuff out before too long.

Then, of course, the question is: How do you create a parser that
supports validation?

Regards,
Martin