Tests that err:XS0100
is raised if p:import
follows
a port binding.
Test nw-err-xs0100-001.xml is expected to fail with error code err:XS0100
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:ex="http://test" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:import href="../pipelines/err-xs0071.xpl"/>
<p:identity>
<p:with-input>
<doc/>
</p:with-input>
</p:identity>
</p:declare-step>
Initial commit.