- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 07 Mar 2006 01:35:26 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2980
Summary: [Update] possible generalization of the current
semantics
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Update Facility
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: jim.melton@acm.org
QAContact: public-qt-comments@w3.org
(Originally reported by Dana F.)
Should we allow multiple update expressions to share a common prolog and to be
executed sequentially? The syntax would look like P E; E; E
As a generalization of the above, should we allow any update expression to
consist of multiple updates separated by a sequencing semicolon operator? The
syntax would look like do U1; U2; U3
Received on Tuesday, 7 March 2006 01:35:42 UTC