Calling a xquery script parameter

Issues related to W3C XQuery.
bbfkaes
Posts: 4
Joined: Wed Mar 13, 2024 4:32 pm

Calling a xquery script parameter

Post 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
bbfkaes
Posts: 4
Joined: Wed Mar 13, 2024 4:32 pm

Re: Calling a xquery script parameter

Post 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.
Post Reply