Tests connections for p:with-input on p:choose.
Test ab-choose-047.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="pipeline" version="3.0">
<p:output port="result"/>
<p:identity name="producer">
<p:with-input>
<doc/>
</p:with-input>
</p:identity>
<p:choose>
<p:with-input pipe="result1@producer"/>
<p:when test="true()">
<p:identity>
<p:with-input>
<error/>
</p:with-input>
</p:identity>
</p:when>
</p:choose>
</p:declare-step>
Initial test