Validation

Provtest internally uses the XML Adapter Factory. The provadmin plugin for provtest validates the provtest file against the schema using an external validator before running it. The validator used by the provtest plugin is the one built in the excellent libxml2 : xmllint. If it is not found in the third parties, a warning is printed and the test continues.

Example of xmllint use : $ xmllint -schema <schema> <xml_file>