Tests p:rename
Test ab-rename-011.xml is expected to fail with error code err:XC0013
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:input port="source"/>
<p:output port="result"/>
<p:rename xmlns:x="http://dummy" match="processing-instruction()" new-name="x:dummy"/>
</p:declare-step>
<document xmlns:err="http://www.w3.org/ns/xproc-error">
<element><?pi target?></element>
</document>
Additional tests for p:rename