p:function-library-importable 004 (AB)

Test p:function-library-importable: Parameters must be xs:string.

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

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"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" version="3.0">
   <p:output port="result"/>
   <p:identity>
      <p:with-input>
         <result>{p:function-library-importable(42)}</result>
      </p:with-input>
   </p:identity>
</p:declare-step>

Revision history

05 Dec 2024, Achim Berndzen
Changed expected error code from XD0036 to XD0050.
09 Sep 2022, Achim Berndzen
Initial commit