Re: [XML-SIG] SAX2 and PyXML -- any actual complete implementations?

2006-06-13 Thread Fredrik Lundh
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

Re: [XML-SIG] xsd validator

2006-06-13 Thread Martijn Faassen
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

Re: [XML-SIG] SAX2 and PyXML -- any actual complete implementations?

2006-06-13 Thread Mike Brown
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