Test inline-expand-text 001

Test that inline-expand-text is forbidden outside of p:inline.

Test is expected to fail with error code err:XS0008.

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" inline-expand-text="true">
   <p:output port="result"/>
   <p:identity>
      <p:with-input>
         <doc/>
      </p:with-input>
   </p:identity>
</p:declare-step>

Revision history

22 Jan 2019, Achim Berndzen
Changed expected error code from XS0084 (no longer in the specs) to XS0008.
24 Oct 2018, Norman Walsh
Initial checkin.