Parse XML using DTD ??
Martin von Loewis
loewis at informatik.hu-berlin.de
Fri Oct 26 12:23:24 EDT 2001
More information about the Python-list mailing list
Fri Oct 26 12:23:24 EDT 2001
- Previous message (by thread): help with something that ought to be simple
- Next message (by thread): Parse XML using DTD ??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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
- Previous message (by thread): help with something that ought to be simple
- Next message (by thread): Parse XML using DTD ??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list