Features: p-validate-with-xsd

ab-validate-with-xsd-015

Test p:validate-with-xml-schema with default value for use-location-hints.

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

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-xml-schema>
      <p:with-input port="source"
                    href="../documents/xsd-document.xml"/>
      <p:with-input port="schema">
         <p:empty/>
      </p:with-input>
   </p:validate-with-xml-schema>
</p:declare-step>

Revision history

05 Jul 2020, Achim Berndzen
Changed expected error code
03 Jul 2020, Achim Berndzen
Initial publication