Testing nvdl validation: Unsupported report format.
Test ab-validate-with-nvdl-008.xml is expected to fail with error code err:XC0117
.
It requires the following features: p-validate-with-nvdl.
<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 report-format="i-am-not-supported">
<p:with-input port="source" href="../documents/NDVL-Book-valid.xml"/>
<p:with-input port="nvdl" href="../documents/NVDL.nvdl"/>
</p:validate-with-nvdl>
</p:declare-step>
Initial commit.