j
k
j a
j l
In BaseX, is the result of the child::node() axis always in document-order ?
The nodes will be in document order if child::node() is part of a path expression (..../....). All the nifty details can be found in the spec [1].
Christian
[1] http://www.w3.org/TR/xquery-30/#id-path-operator
Back to the thread
Back to the list