Validate XML against a set of XSD files, with Python

Stefan Behnel stefan.behnel-n05pAM at web.de
Thu Dec 14 13:53:28 EST 2006


Laszlo Nagy wrote:
>>   - libxml : http://codespeak.net/lxml/
>>   
> Probably this is what I need to use. (However, I see in the mailing
> lists that there are problems with this part of libxml2.)

XML Schema support in libxml2 is not complete. It should work in most cases,
but I've already stumbled into schemas that just don't work (especially
generated ones).

RelaxNG support in libxml2 is pretty much perfect, BTW.

Stefan



More information about the Python-list mailing list