Xalan is an XSLT processor (1.0 compliant at the moment). The XML input supplied to Xalan is handled by the XML parser, which is a separate component. The XML parser used by Xalan is Xerces. Xerces does have capability to do XSD Schema validation.
The new XSLT version, 2.0 has integrated the Schema validation with XSLT stylesheets. We can validate input, output and temporary trees with a Schema aware XSLT 2.0 processor. But unfortunately, Xalan is presently not 2.0 compliant. On Dec 19, 2007 12:49 PM, <[EMAIL PROTECTED]> wrote: > > Hi, > Does any version of Xalan support Schema Validation of XML file? > > Thanks in advance, > Karuna -- Regards, Mukul Gandhi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]