XMLStarlet is a command line XML utility which allows the modification and validation of XML documents.
It is released under a MIT License.
Example Usage
An XML document can be validated against an XSD schema as follows:
xml val -e -s my.xsd my.xml
External Link
|