* Martin v. Loewis | | 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. --Lars M.