This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29385 - UpdatingFunctionCall (Dynamic Updating Function Invocation)
Summary: UpdatingFunctionCall (Dynamic Updating Function Invocation)
Status: RESOLVED WONTFIX
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Update 3.0 (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: John Snelson
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-20 14:13 UTC by Christian Gruen
Modified: 2016-01-20 14:24 UTC (History)
1 user (show)

See Also:


Attachments

Description Christian Gruen 2016-01-20 14:13:19 UTC
In the current XQUF 3.0 spec, thre is a new rule for invoking updating functions:

[207] UpdatingFunctionCall ::=
  "invoke" "updating" PrimaryExpr "(" (ExprSingle ("," ExprSingle)*)? ")"

However, this rule is currently not referenced by any other rule in the grammar.
Comment 1 Josh Spiegel 2016-01-20 14:23:04 UTC
It is referenced by ExprSingle:
http://www.w3.org/TR/xquery-update-30/#doc-xquery30-ExprSingle
Comment 2 Christian Gruen 2016-01-20 14:24:20 UTC
So true. Sorry for taking your time.