Validating XML node against a XSD schema
Posted by admin on August 4, 2011
0 comments
Sometimes you need to make sure a part of the xml document (more precisely a node and all node’s children) are valid according to a given schema. So how this can be done, as XML validators tend to work on document basis (there seems to be something called XML fragments, but haven’t yet found a [...]