ab-validate-with-nvdl-011

Testing nvdl validation: Valid document, invalid nvdl.

Test ab-validate-with-nvdl-011.xml is expected to fail with error code err:XC0154.

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

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-nvdl>
      <p:with-input port="source" href="../documents/NDVL-Book-valid.xml"/>
      <p:with-input port="nvdl">
         <i-am-no-nvdl/>
      </p:with-input>
   </p:validate-with-nvdl>
</p:declare-step>
MorganaXProc passing XML Calabash failing

Revision history

20 Sep 2022, Achim Berndzen

Initial commit.