p:namespace-rename-018 (AB)

Test attributes are unique after renaming/removing namespace.

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

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:namespace-rename from="http://www.example.com/ns">
      <p:with-input>
         <doc xmlns:x="http://www.example.com/ns" x:a="5"
              a="5"/>
      </p:with-input>
   </p:namespace-rename>
</p:declare-step>

Revision history

17 May 2019, Achim Berndzen
Additional tests for p:namespace-rename