p:store 001 (AB)

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

Test ab-store-001.xml is expected to fail with error code err:XD0064 [XProc, Core steps].

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:store href="%gg">
      <p:with-input>
         <doc/>
      </p:with-input>
   </p:store>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

12 Oct 2021, Achim Berndzen

Fixed expected error code.

24 Nov 2019, Achim Berndzen

New tests for p:store