Revision [821]
This is an old revision of CommandSchematron made by DavidLee on 2009-10-10 17:39:09.
Command schematron
Name
schematron validates an xml document using an schematron schemaSynopsis
schematron schema fileDescription
Validates an xml document against a schematron schema.Uses the schematron xslt2 implementation.
The xvalidate -schematron option is implemented using the schematron command.
Return
Returns 0 if there are no parsng errors on the schematron document or the xml document. This does not indicate "passing" the schematron validation.Output
Outputs to standard output the results of the schematron validation.CategoryCommands
CommandXvalidate