Tests pipe on output port declaration
Test ab-output-declaration-008.xml is expected to fail with error code err:XS0022.
<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">
      <p:pipe port="source">
   </p:output>
   <p:identity>
      <p:with-input>
         <doc2/>
      </p:with-input>
   </p:identity>
</p:declare-step>
New tests