Tests p:import: Same import in different scopes is ok.
Test ab-import-029.xml is expected to pass.
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" xmlns:test="http://test" name="pipeline" version="3.0">
<p:import href="../pipelines/ab-import-029a.xpl"/>
<p:input port="source">
<START/>
</p:input>
<p:output port="result"/>
<test:general/>
</p:declare-step>
<s:schema xmlns:s="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
<s:pattern>
<s:rule context="/">
<s:assert test="general/START">The result should general/START.</s:assert>
</s:rule>
</s:pattern>
</s:schema>
Initial test