Tests that option imports are transitive.
Test nw-library-004.xml is expected to fail with error code err:XS0088
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" xmlns:x="http://test" version="3.0">
<p:import href="../pipelines/nw-library-002.xpl"/>
<p:output port="result"/>
<p:option name="option" select="'bzzzt. nope.'"/>
<p:identity>
<p:with-input>
<result>
<option>{$option}</option>
</result>
</p:with-input>
</p:identity>
</p:declare-step>
Initial commit