--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Hi. I need to validate an XML instance against a XSD before parsing. I
use the validate() function with no XmlOptions.
The validation seems to work ok, except for a detail: if I remove some
mandatory attributes (marked with use="required" in the XSD) from the
XML, the validate() function still returns true. How can I solve that issue?
- Validation issue Diego García González
- Re: Validation issue Jacob Danner

