Tagged Questions
2
votes
5answers
564 views
Should I use a unit testing framework to validate XML documents?
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 ...