Schematron schemas are suitable for use 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.{{citation |mode=cs1 Since Schematron schemas can be transformed into
XSLT stylesheets, these can themselves be used in XML Pipelines which support XSLT transformation. An
Apache Ant task can be used to convert Schematron rules into XSLT files. There exists also native Schematron implementation, like the Java implementation from Innovimax/
INRIA, QuiXSchematron, that also do
streaming. ==See also==