Mike Brown wrote:
> Expat 2.0.0, released in January, supports validation.
It does? The only reference to validation in the Expat 2.0 docs seems to be a
link
to the W3 HTML validator... what am I missing ?
___
XML-SIG maillist - XML-SIG@pytho
Supreet Sethi wrote:
> Hi,
> Is there a good xsd validator in python. Which I could also call
> programatically
>
You could also use lxml, which allows you to access libxml2's XSD validator:
http://codespeak.net/lxml
Regards,
Martijn
___
XML-SIG mail
Fredrik Lundh wrote:
> > Expat 2.0.0, released in January, supports validation.
>
> It does? The only reference to validation in the Expat 2.0 docs seems to be
> a link
> to the W3 HTML validator... what am I missing ?
I was confused and misspoke. Expat is non-validating.
However, Jeremy Klot