Tests repeated import of library with static option. (different order)
Test ab-import-013.xml is expected to pass.
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" xmlns:test="http://test" version="3.0">
<p:import href="../pipelines/ab-library-028.xpl"/>
<p:import href="../pipelines/ab-library-027.xpl"/>
<p:output port="result"/>
<test:step/>
<p:add-attribute match="/*" attribute-name="att" attribute-value="{$imported-option}"/>
</p:declare-step>
<s:schema xmlns:s="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
<s:pattern>
<s:rule context="/">
<s:assert test="doc">The root element is not 'doc'.</s:assert>
<s:assert test="doc/text()='42'">The text child of doc is not the correct answer.</s:assert>
<s:assert test="doc/@att='42'">There is no attribute 'att' or @att does not give the right answer.</s:assert>
</s:rule>
</s:pattern>
</s:schema>
Added test.