nw-validate-with-xsd-002

Schema location hints are not used by default.

Test nw-validate-with-xsd-002.xml is expected to fail with error code err:XC0156.

It requires the following features: p-validate-with-xsd.

The pipeline


<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" 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>
MorganaXProc passing XML Calabash passing

Revision history

05 Jul 2020, Achim Berndzen

Changed expected error code

21 Jul 2019, Norman Walsh

Initial publication