pipe-019 (AB)

Checks p:pipe in p:catch can not access steps in p:try.

Test ab-pipe-019.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" version="3.0">
   <p:output port="result"/>
   <p:try>
      <p:identity name="not-visible">
         <p:with-input>
            <doc/>
         </p:with-input>
      </p:identity>
      <p:error code="error"/>
      <p:catch>
         <p:identity>
            <p:with-input pipe="result@not-visible"/>
         </p:identity>
      </p:catch>
   </p:try>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

16 Jun 2019, Achim Berndzen

Initial test.