p:rename-014 (AB)

Tests p:rename: XC0023 to be raised if two attributes are matched on the same element.

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

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:rename match="@a | @b" new-name="x">
      <p:with-input>
         <doc a="4" b="5"/>
      </p:with-input>
   </p:rename>
</p:declare-step>

Revision history

03 May 2024, Achim Berndzen
Initial commit