Test for p:insert 014 (AB)
Test is expected to fail with error code err:XC0024.
The pipeline
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error"
xmlns:p="http://www.w3.org/ns/xproc"
xmlns:t="http://xproc.org/ns/testsuite/3.0" version="3.0">
<p:output port="result"/>
<p:insert match="/" position="before">
<p:with-input>
<doc1/>
</p:with-input>
<p:with-input port="insertion">
<doc2/>
</p:with-input>
</p:insert>
<p:wrap-sequence wrapper="wrap"/>
</p:declare-step>
Revision history
- 23 Mar 2019, Achim Berndzen
new tests.