p:set-attributes-009 (AB)

Tests p:set-attributes

Test ab-set-attributes-009.xml is expected to fail with error code err:XC0023 [Core steps, XProc].

The pipeline


<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
   <p:input port="source"/>
   <p:output port="result"/>
   <p:set-attributes match="processing-instruction()" attributes="map{'att':1}"/>
</p:declare-step>
MorganaXProc passing XML Calabash failing

Inputs

port = source


<doc xmlns:err="http://www.w3.org/ns/xproc-error" a="2">
         <!-- comment -->
         <?pi target ?>
         text
      </doc>

Revision history

23 Jun 2019, Achim Berndzen

Changed test to new step signature.

19 May 2019, Achim Berndzen

Tests for p:set-attributes