XML Validation in Python using XSV

Stefan Behnel stefan.behnel-n05pAM at web.de
Wed Nov 22 09:32:51 EST 2006


> bmichel at gmail.com wrote:
> Stefan Behnel wrote:
>> BTW: any reason you need to use XSV? There are some other libraries out there
>> that can validate XML based on XML Schema and RelaxNG, e.g. lxml. They are
>> much more powerful than XSV.
>
> No particular reason for XSV
> I just want to validate XML files against an XML schema through Python.
> If you can suggest any other package for debian, I'll be glad to try
> it.

Well, as I said:

http://packages.debian.org/unstable/python/python-lxml
http://codespeak.net/lxml/

Just try "apg-get install python-lxml".

Stefan



More information about the Python-list mailing list