p:rename-011 (AB)

Tests p:rename

Test is expected to fail with error code err:XC0013.

Input: source

<document xmlns:err="http://www.w3.org/ns/xproc-error"
          xmlns:t="http://xproc.org/ns/testsuite/3.0">
   <element></element>
</document>

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:input port="source"/>
   <p:output port="result"/>
   <p:rename xmlns:x="http://dummy"
             match="processing-instruction()" new-name="x:dummy"/>
</p:declare-step>

Revision history

18 May 2019, Achim Berndzen
Additional tests for p:rename