XS 0113-03 (AB)

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

Test 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"
                xmlns:t="http://xproc.org/ns/testsuite/3.0" version="3.0">
   <p:output port="result"/>
   <p:identity expand-text="true">
      <p:with-input>
         <doc p:inline-expand-text="no">{current-dateTime()}</doc>
      </p:with-input>
   </p:identity>
</p:declare-step>

Revision history

31 Oct 2021, Achim Berndzen
New test.