[Bug 29693] [XP31] Order of result of SimpleMapExpr

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29693

--- Comment #1 from Abel Braaksma <abel.braaksma@xs4all.nl> ---
> In either case, may I suggest we either add an example, or a Note, that 
> explains this more clearly?
Actually, there is an example that seems to go against the text:

<quote>
$docs ! ( //employee)

Returns all the employees within all the documents identified by the variable
docs, in document order within each document, but retaining the order of
documents.
</quote>

Here, "but retaining the order of documents" seems to be contrary to "the order
of the returned sequence is implementation-dependent". I would expect, "but not
necessarily retaining the order of documents" (or something along those lines).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 11 June 2016 14:38:00 UTC