p:xquery 015 (AB)

Tests p:xquery: Query is not statically valid, so XC0103 is expected.

Test ab-xquery-015.xml is expected to fail with error code err:XC0103.

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:xquery>
      <p:with-input port="source">
         <doc>
            <para>A para.</para>
         </doc>
      </p:with-input>
      <p:with-input port="query">
         <result>{{i-do-not-exist()}}</result>
      </p:with-input>
   </p:xquery>
   <p:wrap-sequence wrapper="result"/>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

13 Sep 2019, Achim Berndzen

Tests for p:xquery (Partly ported from 1.0)