XML/DTD

Martin v. Löwis martin at v.loewis.de
Sun Jan 12 05:02:26 EST 2003


Cedric Dutoit <dutoitc at hotmail.com> writes:

> I checked xml.parsers.xmlproc, but it appears that whith this package
> I can only read DTD files.

That is not true. It can also parse XML files. You can combine it with
SAX; use xml.sax.sax2exts.XMLValParserFactory to create validating SAX
parsers.

Regards,
Martin




More information about the Python-list mailing list