Batch Validation of XML file against Schema

admin

Administrator
Staff member
Hi All,I am trying to validate XML file against a schema file. Currently, I usethe MSDOM parser by setting validateOnParse property to be true. However,this will return the first invalid element in the XML file. Is there a waywe can do the batch validation? ie. return all of the invalid elements ina XML file in one batch process.Thanks in advance.Steve
 
Back
Top