Test err:XS0001 009
Test is expected to fail with error code err:XS0001.
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" version="3.0">
<p:choose name="step">
<p:with-input>
<p:pipe step="following" port="result"/>
</p:with-input>
<p:when test="1 = 1">
<p:identity>
<p:with-input port="source">
<p:inline>
<doc/>
</p:inline>
</p:with-input>
</p:identity>
</p:when>
</p:choose>
<p:identity name="following"/>
</p:declare-step>
Revision history
- 24 Jan 2019, Achim Berndzen
Changed syntax from 1.0 to 3.0 - 16 Oct 2018, Norman Walsh
Initial commit