Tests that p:insert with illegal value in @position is an error.
Test ab-insert-025.xml is expected to fail with error code err:XD0019
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:insert match="/doc/processing-instruction()" position="somewhere">
<p:with-input>
<doc/>
</p:with-input>
<p:with-input port="insertion">
<doc2/>
</p:with-input>
</p:insert>
</p:declare-step>
Fixed error namespace in test.
new tests.