Changes

Jump to navigation Jump to search
15 bytes added ,  14:06, 13 July 2020
<syntaxhighlight lang="xquery">
(: equivalent queries, with identical syntax trees :)doc('addressbook.xml')//city (: equivalent query :),
doc('addressbook.xml')/descendant-or-node()/child::city
(: will be rewritten to :)
doc('addressbook.xml')/descendant::city
</syntaxhighlight>
a[b]/b[c/d]/c
(: will be rewritten to :)
a/b/c[d]
</syntaxhighlight>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu