Tuesday, May 11, 2010

Validating XML against a Schema

If you ever have to write XML, and you need that XML to validate against a schema (and by the way, if you ever had to do this, I'm so sorry...) it turns out that Visual Studio is a great environment for this. It will tell you where you're XML is wrong and more importantly WHY. So many of the online validators would just say you have a problem without giving you any suggestions on how to fix it.

For the record, I am using Visual Studio 2008 Professional.

No comments:

Post a Comment