Features: p-validate-with-schematron

ab-validate-with-schematron-009

Testing schematron validation: implicit @phase="#DEFAULT"

Test is expected to fail with error code err:XC0054.

The pipeline

<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error"
                xmlns:p="http://www.w3.org/ns/xproc"
                xmlns:t="http://xproc.org/ns/testsuite/3.0" name="pipeline" version="3.0">
   <p:output port="result"/>
   <p:validate-with-schematron>
      <p:with-input port="source"
                    href="../documents/docbook-invalid.xml"/>
      <p:with-input port="schema"
                    href="../documents/docbook-phases.sch"/>
   </p:validate-with-schematron>
</p:declare-step>

Revision history

18 Aug 2019, Achim Berndzen
Initial publication: Test ported from 1.0 test suite