On 09.08.2019 20:50, Buddy Kresge wrote:
I am trying to do something like xquery:eval(“some:function()”), and
when I go to execute I get “[XPST0081] No namespace declared for
‘some:function’

Can't you just declare the proper namespace in a prolog of the code you
pass to eval e.g.

 xquery:eval("declare namespace some = 'http://example.com';
some:function()")

?

Reply via email to