PyXml

Stefan Behnel stefan_ml at behnel.de
Sat May 10 01:43:58 EDT 2008


Martin v. Löwis wrote:
>> Can anyone recommend a Python validating parser that validates vs Xml
>> Schema?
> 
> The libxml bindings for Python can do that.

... although the OP will likely prefer using lxml, where it's three lines of
Python (ok, plus an import), compared to quite a bit of code in the official
libxml2 bindings.

http://codespeak.net/lxml

Stefan



More information about the Python-list mailing list