XS 0113-04 (AB)

Tests XS0113 is raised if @inline-expand-text is not a boolean.

Test ab-err-xs0113-004.xml is expected to fail with error code err:XS0113.

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 expand-text="true">
      <p:with-input>
         <doc p:inline-expand-text="{false()}">{current-dateTime()}</doc>
      </p:with-input>
   </p:identity>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

31 Oct 2021, Achim Berndzen

New test.