D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
scrivo
/
highlight.php
/
test
/
markup
/
xquery
/
Filename :
function_body.txt
back
Copy
declare function local:test ($node as node()) as element(div) { for $n in $node return element div { switch($n) case 'abc' return 'OK' default return 2 } }; for $x in 1 to 3 return local:test(<test>abc</test>)