Page 1 of 1

Calling a xquery script parameter

Posted: Wed Mar 13, 2024 4:38 pm
by bbfkaes
Dear all,
sry for this question: it is possible to pass parameters to an xquery script in an xquery scenario.
How can I call these parameters in the script?
(I only found something about request parameters.)

Thanks

Re: Calling a xquery script parameter

Posted: Thu Mar 14, 2024 5:04 pm
by bbfkaes
I can answer my own question: the magic does

Code: Select all

declare variable $foo external;
in xquery it's not called a parameter, but an external variable.