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’

 

I did read the reference that was sited in your documentation for how to declare a namespace binding (http://www.jclark.com/xml/xmlns.htm),  but am still having no luck

 

Can you help me with what the map should look like given the following attempt:

 

 

               like xquery:eval(“some:function()”, map { ?????  }  )

 

 

Thanks in advance.

 

Buddy Kresge