[XML-SIG] Schema validation
Andrew Clover
and-xml at doxdesk.com
Thu Jan 8 19:50:23 EST 2004
Matt Patterson <list-matt at reprocessed.org> wrote:
> Is there a validating parser with Python wrappers that can use Schemas
> to validate, and does that parser allow arbitrary association of the
> schema with the document?
(More awkward silence.)
IOW: not that I know of. There is XSV, which is written in Python -
http://www.ltg.ed.ac.uk/~ht/xsv-status.html
But it's a validator application (built on top of the LTXML parser and
PyLTXML bindings) rather than a parser in itself; it doesn't give you a
DOM or SAX output, but there's nothing stopping you running it as a
pre-parse step.
--
Andrew Clover
mailto:and at doxdesk.com
http://www.doxdesk.com/
More information about the XML-SIG
mailing list