Tests that err:XS0002
is raised, if step name is
not unique in the scope.
Test ab-err-s0002-1.xml is expected to fail with error code err:XS0002
.
<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:identity name="step">
<p:with-input>
<doc/>
</p:with-input>
</p:identity>
<p:identity name="step"/>
</p:declare-step>
Initial commit