How to get All the Xml validation errors

venugopal

New member
Joined
Oct 4, 2006
Messages
1
Programming Experience
1-3
i have used
xmlValidatingReader
class to validate a xml with its xsd.Iam unable to get all the validation errors especially required field validation (the elements with minoccurs=1)
its able to list only the first element which is missing(whose minoccurs attribute is 1 in the xsd).it is not listing all the missing elements which are compulsory.

plz provide me the solution to capture all the missing elements which are compulsory.
 
Back
Top