vote up 1 vote down star

Is it possible to validate an xml file against it's associated schema using Visual Studio 2005 IDE?

I could only see options to create a schema based on the current file, or show the XSLT output

alt text

flag

73% accept rate

2 Answers

vote up 3 vote down check

Okay just remembered it's done automatically, errors appear as warnings in the "Error List" and are additionally underlined with the blue squiggle in the source file.

Not sure if there is another way to validate the file, but this will do for now.

link|flag
As long as your xml schema is set to the schema file, it should validate it automatically and any error will be detected. You'll get the benefit of XML intellisense as well if you have a schema associated with the xml. – Jimmy Chandra Sep 9 '08 at 17:03
vote up 0 vote down

XmlSchemaValidator

Warning: It's not pretty to use.

link|flag
I should have clarified I wanted to use the IDE and not code. – Edward Wilde Sep 9 '08 at 17:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.