Tests p:set-attributes
Test ab-set-attributes-013.xml is expected to fail with error code err:XD0038
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:set-attributes attributes="map{'att':'1'}">
<p:with-input port="source">
<p:inline content-type="application/json">{{"key":"1"}}</p:inline>
</p:with-input>
</p:set-attributes>
</p:declare-step>
Changed test to new step signature.
Tests for p:set-attributes