Declare step 018 (AB)

Tests XS0036 is raised if an imported step has the same @type as outer pipeline.

Test ab-declare-step-018.xml is expected to fail with error code err:XS0036.

The pipeline


<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" type="test:step">
   <p:import href="../pipelines/ab-import-001.xpl"/>
   <p:output port="result"/>
   <p:identity>
      <p:with-input>
         <test-failed/>
      </p:with-input>
   </p:identity>
</p:declare-step>
MorganaXProc passing

Revision history

14 Dec 2022, Achim Berndzen

Added new tests