validating XML

Stefan Behnel stefan_ml at behnel.de
Wed Jun 13 13:11:04 EDT 2012


andrea crotti, 13.06.2012 12:06:
> Hello Python friends, I have to validate some xml files against some xsd
> schema files, but I can't use any cool library as libxml unfortunately.

Any reason for that? Because the canonical answer to your question would be
lxml, which uses libxml2.

Stefan




More information about the Python-list mailing list