XPath child::node() axis sequence order
10 Dec
2013
10 Dec
'13
1:55 p.m.
Hi ! In BaseX, is the result of the child::node() axis always in document-order ? Thanks ! -- Tojo Rakotoarison *@tojo_rs <https://twitter.com/#%21/tojo_rs>*
10 Dec
10 Dec
2:02 p.m.
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
4503
Age (days ago)
4503
Last active (days ago)
1 comments
2 participants
participants (2)
-
Christian Grün -
Tojo Rakotoarison