p:xquery 016 (AB)

Tests p:xquery: Variable value is not valid, so XC0104 is expected.

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

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:xquery parameters="map{'var' : 'not-an-integer'}">
      <p:with-input port="source">
         <doc>
            <para>A para.</para>
         </doc>
      </p:with-input>
      <p:with-input port="query">
         <p:inline content-type="text/plain">
                  declare variable $var as xs:integer external;
                  <result>{{$var}}</result>
               </p:inline>
      </p:with-input>
   </p:xquery>
   <p:wrap-sequence wrapper="result"/>
</p:declare-step>

Revision history

13 Sep 2019, Achim Berndzen
Tests for p:xquery (Partly ported from 1.0)