Passing XQuery map as an external variable
Please register to reply
Added by Alexander Kikhtenko over 12 years ago
Hi,
Is there any option to pass an xquery map to an xquery invocation and be able to access the values through "declare variable $var external;"?
We use Java s9api and currently set variables with setExternalVariable() from the evaluator object. But now the amount of inbound 'parameters' has become unpleasantly big and we need some kind of a data structure to be passed in.
We use maps in a few places in the xquery code (EE license) but don't know how to build it in Java.
Thanks
Please register to reply