[mod] lib/custom

This commit is contained in:
Andy Bunce 2025-08-25 10:09:56 +01:00
parent 9f34c28efc
commit e894e9cf19
6 changed files with 27 additions and 32 deletions

View file

@ -5,6 +5,7 @@ declare function local:resolve($path as xs:string)
as xs:string{
file:resolve-path($path,file:base-dir())
};
declare function local:rex($ebnf,$opts as map(*))
{
let $xq:= qform:post-form(map:put($opts,"@input",$ebnf),$REX)