Wiki source for CommandSchematron
======Command schematron======
====Name====
**schematron** validates an xml document using an schematron schema
====Synopsis====
schematron schema file
====Description====
Validates an xml document against a schematron schema.
Uses the [[http://www.schematron.com/ schematron]] xslt2 implementation.
The [[CommandXvalidate 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.
----
[[Commands]]
[[CategoryCommands]]
[[CommandXvalidate]]
====Name====
**schematron** validates an xml document using an schematron schema
====Synopsis====
schematron schema file
====Description====
Validates an xml document against a schematron schema.
Uses the [[http://www.schematron.com/ schematron]] xslt2 implementation.
The [[CommandXvalidate 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.
----
[[Commands]]
[[CategoryCommands]]
[[CommandXvalidate]]