p:store 002 (AB)

Tests p:store: It is a dynamic error, if the step cannot store to the specified position.

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

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:store xml:base="/%gg/" href="file">
      <p:with-input>
         <doc/>
      </p:with-input>
   </p:store>
</p:declare-step>

Revision history

13 Oct 2021, Achim Berndzen
Fixed expected error code.
24 Nov 2019, Achim Berndzen
New tests for p:store