- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 08 Nov 2005 15:02:00 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2479
Summary: use of curly braces in the grammar of FTWord
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: Macintosh
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Full Text
AssignedTo: sihem@research.att.com
ReportedBy: dflorescu@mac.com
QAContact: public-qt-comments@w3.org
Opened: 2005-10-31 18:41
The use of the curly braces in the grammar of FTWord (production
150) is not symmetrical with the use of curly braces in the rest
of the XQuery language.
[150] FTWords ::= (Literal | VarRef | ContextItemExpr | FunctionCall |
("{" Expr "}")) FTAnyallOption?
In any place in the language where a nested expression is
expected we use the normal "(" ")" separators.
We should change the "{", "}" to "(", ")".
Received on Tuesday, 8 November 2005 15:02:05 UTC