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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to