<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0"
    xmlns:err="http://www.w3.org/ns/xproc-error"
    expected="fail" code="err:XC0054" 
    features="p-validate-with-schematron">
  <t:info>
    <t:title>ab-validate-with-schematron-009</t:title>
    <t:revision-history>
      <t:revision>
        <t:date>2019-08-18</t:date>
        <t:author>
          <t:name>Achim Berndzen</t:name>
        </t:author>
        <t:description xmlns="http://www.w3.org/1999/xhtml">
          <p>Initial publication: Test ported from 1.0 test suite</p>
        </t:description>
      </t:revision>
    </t:revision-history>
  </t:info>
  <t:description xmlns="http://www.w3.org/1999/xhtml">
    <p>Testing schematron validation: implicit @phase="#DEFAULT"</p>
  </t:description>
  <t:pipeline>
<p:declare-step name="pipeline" xmlns:p="http://www.w3.org/ns/xproc" 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>
</t:pipeline>
  
</t:test>