- From: <bugzilla@wiggum.w3.org>
- Date: Sat, 16 Jul 2005 21:02:17 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1666
Summary: [FS] editorial: 4.8 [For/FLWR] Expressions
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Formal Semantics
AssignedTo: simeon@us.ibm.com
ReportedBy: jmdyck@ibiblio.org
QAContact: public-qt-comments@w3.org
4.8 [For/FLWR] Expressions
"a sequence of ForClauses and LetClauses, followed by an optional
WhereClause, followed by the , as described by ..."
Missing stuff after "followed by the".
"The dynamic semantics ... is not specified formally. The dynamic
semantics is not specified formally ..."
This is rather repetitive.
Core Grammar
[37 (Core)] OrderSpecList ::= OrderSpec ("," OrderSpec)*
4.8.4 / Norm / rule 3 assumes a right-recursive definition, e.g.:
... ::= OrderSpec | OrderSpec "," OrderSpecList
Received on Saturday, 16 July 2005 21:02:27 UTC