October 2009
1 post
Alternative to XML Validation
The desire to validate the structure of a document has come up a number of times recently. Say you have a public service where one of its operations takes in a complicated tree-structured document. You want a way to: use a programming-language-agnostic data format for your document; formally specify the expected structure of the doc; validate that input to calls to your service actually...
Oct 18th
2 notes