Download page for
minixsv, a lightweight XML schema validator
minixsv is
currently in beta state (version 0.9.0).
You can find more information about minixsv here.
I am
always interested in feedback (bug reports, required features, ...) if
you are using minixsv.
E-Mail:
Installation:
Extract the zip-archive into a temporary directory and call "python
setup.py install"
or use the Installer for Windows.
In both cases the packages minixsv and genxmlif will be installed into [PythonDir]/lib/site-packages.
For the Python egg file use easy_install
for installation. The generic
XML interface code on which minixsv is based is extracted into a
separate python package
(genxmlif). The zip files, the Python egg and the Windows installer
contain both
packages (genxmlif and minixsv). If you want to use the elementtree kit
(by Fredrik Lundh),
you have to install it separately
(only for Python 2.4! Python 2.5 already contains elementtree in
the standard distribution).
You can find the current version here.
If you want to use the 4DOM package,
you have to install it separately.
You can find the current version here.