Test p:function-library-importable: Parameters must be xs:string.
Test ab-function-library-importable-004.xml is expected to fail with error code err:XD0036
.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" 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>
Initial commit