Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I want to develop a windows application that validates a xml file against a xsd file.
Kindly help as i am new to the topic.

Thanks in advance
Posted
Comments
Uday P.Singh 16-Mar-12 9:55am    
not clear! what are you trying to do?
DominicZA 16-Mar-12 10:14am    
I think the OPs question is quite clear. An XSD is pretty much a guide of how the XML must be formatted, he now wants to create a validator.

 
Share this answer
 
XmlDocument class also has Validate method.

You can look at the exaple at:
http://msdn.microsoft.com/en-us/library/ms162371.aspx[^]
 
Share this answer
 

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