On Dec 19, 2007 6:44 PM, <[EMAIL PROTECTED]> wrote: > So, we wanted to know whether any class or API provided by Xalan supports > xsd validation.
Xalan doesn't have any facility at XSLT level to do XSD validation (since it is a XSLT 1.0 processor). If you want to do XSLT transformations with Xalan, and prior or post transformation you want to do XSD validation on the XML stream, you can use Xerces for that (which has APIs to support this). Xalan does have Xerces embedded in it. > Since Xalan internally uses Xerces, shouldn't xsd validation also be > supported from Xalan? Correct me if i am wrong. As written above by me, Xalan doesn't have XSD validation facility at XSLT level. It uses a XML parser (Xerces), with which you can do XML validation. -- Regards, Mukul Gandhi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]