- From: <bugzilla@jessica.w3.org>
- Date: Thu, 24 Feb 2011 00:45:17 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12170
Summary: xquery update facility shall allow extension
expression to be composable with updating expression.
Product: XPath / XQuery / XSLT
Version: Proposed Recommendation
Platform: All
OS/Version: Windows 2000
Status: NEW
Severity: normal
Priority: P2
Component: Update Facility
AssignedTo: jonathan.robie@redhat.com
ReportedBy: zhen.liu@oracle.com
QAContact: public-qt-comments@w3.org
xquery update facility shall allow extension expression to be composable with
updating expression.
That is, the following expression shall be allowed:
(# ext:use_idx #){delete $doc/a/b[c=e]}
Currently extension expression is not composable with updating expression
while it is composable with non-updating expression. Since extension expression
is like pragmma which can be used to provide implementation specific hints,
it shall be allowed to be composed on updating expression.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 24 February 2011 00:45:19 UTC