p:rename-010 (AB)
Test is expected to fail with error code err:XC0023.
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 match="/" new-name="dummy"/>
</p:declare-step>
Revision history
- 18 May 2019, Achim Berndzen
Additional tests for p:rename