Parse XML using DTD ??

Martin von Loewis loewis at informatik.hu-berlin.de
Fri Oct 26 12:23:24 EDT 2001


"Barghest" <barghest at wanadoo.fr> writes:

> Is it possible to parse an XML doc with DTD in python... ?
> 
> There's a perl wrapper to use Xerces which is able to do that, but it
> doesn't work on win32, so i want to if it exists in python....

In addition, PyXML offers another validating parser, namely
xmlproc. This is a pure-Python parser which comes with PyXML.
Furthermore, on Windows, you can use MSXML3, if installed, through
PythonWin.

Regards,
Martin




More information about the Python-list mailing list