Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to validate Xml with XSD Schema in asp.net with C#?

The validation is working fine.But after the XmlValidatingReader identifies an error for a given element in the Xml, it stops validating that element. I want to get the entire node elements validated.
Posted
Updated 6-Oct-15 19:42pm
v2

1 solution

 
Share this answer
 
Comments
Alex 11 7-Oct-15 2:45am    
The validation is done as per below link
http://www.roelvanlisdonk.nl/?p=2644
But when the XmlValidatingReader identifies an error for a given element in the Xml, it stops after validating that element. I want to get the entire exceptions in the Xml File with respect to the Schema.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900