Xmllint - validation of xml files

xmllint can check for well-formed-ness and validity of an XML file. In case of the exciting input file one can invoke

xmllint --schema LOCATION/excitinginput.xsd input.xml

to validate the input file against the definitions in the XML Schema schema.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License