p:archive-manifest 006 (AB)

Tests p:archive-manifest: Test XC0081 is raised, if source is not a zip.

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

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:archive-manifest>
      <p:with-input>
         <doc/>
      </p:with-input>
   </p:archive-manifest>
</p:declare-step>

Revision history

14 Dec 2019, Achim Berndzen
IFixed error code from C0081 -> C0085
25 Aug 2019, Achim Berndzen
Initial tests for p:archive-manifest