Changes

Jump to navigation Jump to search
No change in size ,  13:33, 20 July 2022
m
Text replacement - "db:pre(" to "db:get("
<syntaxhighlight lang="xquery">
copy $c := (db:preget('example')//entry)[1]
...
</syntaxhighlight>
<syntaxhighlight lang="xquery">
for $item in db:preget('data')//item
return $item update {
delete node text()
<syntaxhighlight lang="xquery">
db:preget('data')//item update {
delete node text()
}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu