Tests that err:XS0022
is raised if a pipeline refers to
its own output.
Test nw-err-xs0001-004.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" version="3.0">
<p:identity name="step">
<p:with-input>
<p:pipe step="step"/>
</p:with-input>
</p:identity>
</p:declare-step>
Changed expected error code from XS0001.
Reconstructed test without obsolete step p:parameters.
Initial commit