- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 04 May 2007 23:23:16 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4527
Summary: [UPD] Sections 2.4.1 insert/3.1.3 upd:insertInto
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: critical
Priority: P2
Component: Update Facility
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: mrys@microsoft.com
QAContact: public-qt-comments@w3.org
The spec currently says: "If multiple nodes are inserted before or after in the
same snapshot, the ordering among these nodes is implementation-dependent."
There are two such cases:
==> do insert (a,b,c) before d should preserve order of a b c
(do insert a before d), (do insert b before d) should be
implementation-dependent.
If implementation environment such as XML views over relational data models
cannot preserve the order in the first case, they already have other order
related issues and should deal with them in general and not just for insert.
Received on Friday, 4 May 2007 23:23:21 UTC