Changes

Jump to navigation Jump to search
6 bytes removed ,  16:56, 3 November 2023
; Example
The request <code>http://localhost:8080/rest?run=multiply.xq&a=21&b=2</code> assigns two variables and invokes <code>multiply.xq</code>:
<syntaxhighlight lang="xquery">
(: XQuery file: multiply.xq :)
{{Announce|Updated with Version 11:}} Support for multiple values.
The request <code>http://localhost:8080/rest?run=sum.xq&n=3&n=4&n=5</code> assigns multiple values to the same variable:
<syntaxhighlight lang="xquery">
(: XQuery file: sum.xq :)
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu