Tests p:import gets scope right: test:step-a is not visible in test:step-b
Test ab-import-022.xml is expected to fail with error code err:XS0044
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" xmlns:test="http://test" name="pipeline" version="3.0">
<p:import href="../pipelines/import-022a.xpl"/>
<p:import href="../pipelines/import-022b.xpl"/>
<p:output port="result"/>
<test:step-b/>
</p:declare-step>
Initial test