p:set-attributes-007 (AB)

Tests p:set-attributes

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

Input: source

<doc xmlns:err="http://www.w3.org/ns/xproc-error"
     xmlns:t="http://xproc.org/ns/testsuite/3.0" a="2">
         text
      </doc>

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:set-attributes match="comment()"
                     attributes="map{'att':'1'}"/>
</p:declare-step>

Revision history

23 Jun 2019, Achim Berndzen
Changed test to new step signature.
19 May 2019, Achim Berndzen
Tests for p:set-attributes