p:rename-014 (AB)
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