L.S., I have a question regarding the place in the document order of newly created element nodes. Suppose I have a join-like query like the following: for $a in $list1 for $b in $list2 where $a/name = $b/name return <c> $a, $b </c> Must the result of this always be a list that is sorted in document order? Intuitively I would expect them to be sorted in the order in which they were created, but as far as I can tell the formal semantics leaves this unspecified. -- Jan Hidders .---------------------------------------------------------------------. | Post-doctoral researcher e-mail: jan.hidders@ua.ac.be | | Dept. Math. & Computer Science tel: (+32) 3 218 08 73 | | University of Antwerp fax: (+32) 3 218 07 77 | | Middelheimlaan 1, BE-2020 Antwerpen, BELGIUM room: G 3.21 | `---------------------------------------------------------------------'Received on Tuesday, 23 September 2003 09:34:44 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:43:43 UTC