XML Validation in Python using XSV

bmichel at gmail.com bmichel at gmail.com
Wed Nov 22 08:31:03 EST 2006


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.

Michel

Stefan Behnel wrote:
> bmichel at gmail.com wrote:
> > I'd like to use XSV for validating an XML file in Python.
> > I am working on Linux Debian platform.
> > I'm not sure how to install XSV and how to configure it. My goal is to
> > be able to import the XSV library in Python and be able to use it's
> > functions.
>
> You can use "dpkg" to install the .deb. Read "man dpkg".
>
> 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.
> 
> Stefan




More information about the Python-list mailing list