Output port declaration 009 (AB)

Tests pipe on output port declaration

Test ab-output-declaration-009.xml is expected to fail with error code err:XS0022.

The pipeline


<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" name="main" version="3.0">
   <p:input port="source">
      <doc/>
   </p:input>
   <p:output port="result" pipe="source"/>
   <p:identity>
      <p:with-input>
         <doc2/>
      </p:with-input>
   </p:identity>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

09 May 2020, Achim Berndzen

New tests