p:set-properties-021 (AB)

Tests p:set-properties

Test ab-set-properties-021.xml is expected to fail with error code err:XC0069.

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:output port="result"/>
   <p:set-properties properties="map{'content-type':'application/octet-stream'}" merge="true">
      <p:with-input>
         <p:inline>
            <doc/>
         </p:inline>
      </p:with-input>
   </p:set-properties>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

23 Nov 2019, Achim Berndzen

Changed test by removing p:document-properties-document().

19 May 2019, Achim Berndzen

Tests for p:set-properties