Michael Blakeley wrote: Hi,
> The final XPath step '.../dateline' reorders the results into > node order, as specified by the W3C. A sequence of constructed > nodes has indeterminate node order, so you will see > unpredictable results. More precisely, nodes from different trees have implementation- dependent, but stable, document order. So it must be the same every time you use it. Off course, an implementation can say it is stable during a single one evaluation of the query. Same for the relative order of the attributes. Regards, -- Florent Georges http://fgeorges.org/ http://h2oconsulting.be/ _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
