[EMAIL PROTECTED] 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 -- http://mail.python.org/mailman/listinfo/python-list