[EMAIL PROTECTED] wrote:

Hi mukul,
Thanks a lot for the reply. Right now, our project just uses xml and xsd's. So we use xerces-c for validation. Soon we will be including xslt's to our current package and thus will be needing Xalan for transformations. So, we wanted to know whether any class or API provided by Xalan supports xsd validation.

If you enable validation for source tree parsing through Xalan-C's APIs, and your document contains schema location hints, then Xerces-C will attempt to validate using those hints. You can try this out with the command line Xalan executable using the -v switch.

Some of the fancier features of Xerces-C validation, like pre-loading grammars is not support. However, it's possible to work around this by writing a bit more code.

BTW, this sort of question is best asked on the Xalan-C users list, not on the developer list.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to