ab-doc-props-024

Tests XD0070 is raised, if value for 'serialization' in document properties is not a map.

Test ab-doc-prop-024.xml is expected to fail with error code err:XD0070 [XProc, Core steps].

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:identity>
      <p:with-input>
         <p:inline document-properties="map{'serialization' : () }">
            <doc/>
         </p:inline>
      </p:with-input>
   </p:identity>
</p:declare-step>
MorganaXProc passing XML Calabash failing

Revision history

03 Oct 2019, Achim Berndzen

Initial submit