Should I use a unit testing framework to validate XML documents?
- by christofr
From http://www.w3.org/XML/Schema:
[XML Schemas] provide a means for defining the structure, content and semantics of XML documents.
I'm using an XML Schema (XSD) to validate several large XML documents. While I'm finding plenty of support within XSD for checking the structure of my documents, there are no procedural if/else features that…