Category Archives: Tips & Tricks

Validating XML node against a XSD schema

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 [...]