- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 02 Feb 2006 15:27:57 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2796
Summary: updating nodes, then returning values computed from them
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: Macintosh
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Update Facility
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: dflorescu@mac.com
QAContact: public-qt-comments@w3.org
It is unclear if the current XQuery update specification satisfies the use cases that need
to update some nodes and then return the updated nodes or something computed
from them. Example: increase the salaries of all employees whose pay is less than their
bonus, and return these employee nodes. Note that it is not sufficient to perform the
update and then search for the updated nodes, because the original predicate will no
longer yield the same results.
Received on Thursday, 2 February 2006 15:28:07 UTC