[
Lists Home |
Date Index |
Thread Index
]
- From: "Jon Smirl" <jonsmirl@mediaone.net>
- To: "XMLList" <xml-dev@xml.org>
- Date: Sun, 5 Mar 2000 14:53:45 -0500
I'm trying to build chains of processors using SAX as a piping mechanism.
For example,
XML parser -> XSL Processor -> output generator
I can build pipes like this using James Clark's XT.
Now I would like to be able to add validation stages to the pipe. Something
like:
XML parser -> XSL Processor -> validate(schema) -> output generator
Does anyone know if something like a SAX driven schema validator exists?
Jon Smirl
jonsmirl@mediaone.net
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|