[EMAIL PROTECTED] wrote:
Hi,Does Xalan provides any API to enable schema validation of XML or shall we go with Xerces SAX interface?thanks in advance,
I already answered this question for you on the Xalan developer list.Since the Xalan executable has a command-line option to enable validation, you can look at the code for that application. See src/xalanc/XalanExe/XalanExe.cpp for more information.
Dave