SAX2 XML validating?

Gilles Lenfant glenfant at equod.com.nospam
Tue Dec 5 05:53:54 EST 2000


Hi,

AFAIK, the only one XML validating parser for Python (100% python) is Lars
Marius Garshol's xmlproc
http://www.stud.ifi.uio.no/~lmariusg/download/python/xml/
If you're with Windows, you can use the MSXML3 parser as a COM object (needs
Win32com extensions from Mark Hammon).
Browse from http://msdn.microsoft.com/downloads/default.asp for MSXML3
Browse from http://www.activestate.com for Win32 extensions.

"Jeremy Scott" <jscott at marge.hologic.com> a écrit dans le message news:
3A2BF45A.246B757F at marge.hologic.com...
> Does anybody know how to validate an XML file using the SAX2 on
> python2.0?
>




More information about the Python-list mailing list