I am wondering does VS 2010 have something that I can use to compare an xml document to my schema? I tried a few online tools but my xml document seems to big and my browser just crashes.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Visual Studio provides design time validation and intellisense for XML. When you open an XML file you have to option of associating one of more schemas (from the properties window), which can be used to validate the file. See the documentation on the XML Editor in Visual Studio. While this article applies to Visual Studio 2005, it provides a graphical view of the capabilites that are present in 2005 and onwards.