Closed ChristianGruen closed 2 months ago
It should be able to catch stack overflow errors caused by xquery:eval:
xquery:eval
try { xquery:eval('declare function local:f() { local:f() }; local:f()') } catch * { 'STOP!' }
It should be able to catch stack overflow errors caused by
xquery:eval
: