Schematron - Implementation

Implementation

Schematron schemas are suitable for use as in in XML Pipelines, thereby allowing workflow process designers to build and maintain rules using XML manipulation tools. The W3C's XProc pipelining language, for example, has native support for Schematron schema processing through its "validate-with-schematron" step.

Since Schematron schemas can to transformed into XSLT stylesheets, these can themselves can be used in XML Pipelines which support XSLT transformation. An Apache Ant task can be used to convert Schematron rules into XSLT files.

Read more about this topic:  Schematron