Tests XS0102 is raised if alternative subpipelines have different primary output ports.
Test ab-choose-005.xml is expected to fail with error code err:XS0102
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" xmlns:test="http://test" version="3.0">
<p:output port="result"/>
<p:declare-step type="test:step">
<p:output port="result" primary="false"/>
<p:identity>
<p:with-input>
<result/>
</p:with-input>
</p:identity>
</p:declare-step>
<p:identity>
<p:with-input>
<doc/>
</p:with-input>
</p:identity>
<p:choose>
<p:when test="/doc">
<p:identity/>
</p:when>
<p:when test="true()">
<test:step/>
</p:when>
</p:choose>
</p:declare-step>
New tests