XML Validation in Python using XSV

Stefan Behnel stefan.behnel-n05pAM at web.de
Wed Nov 22 08:20:26 EST 2006


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