Output port declaration 008 (AB)

Tests pipe on output port declaration

Test 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"
                xmlns:t="http://xproc.org/ns/testsuite/3.0" name="main" version="3.0">
   <p:input port="source">
      <doc/>
   </p:input>
   <p:output port="result">
      <p:pipe port="source"/>
   </p:output>
   <p:identity>
      <p:with-input>
         <doc2/>
      </p:with-input>
   </p:identity>
</p:declare-step>

Revision history

09 May 2020, Achim Berndzen
New tests