- From: <bugzilla@jessica.w3.org>
- Date: Mon, 22 Jul 2013 23:01:48 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22762
Bug ID: 22762
Summary: Production of MapExpr contains some small errors
Classification: Unclassified
Product: XPath / XQuery / XSLT
Version: Member-only Editors Drafts
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P2
Component: XSLT 3.0
Assignee: mike@saxonica.com
Reporter: abel.braaksma@xs4all.nl
QA Contact: public-qt-comments@w3.org
Currently, the production is described as follows:
MapExpr := "{" (KeyExpr ":" ValueExpr ("," KeyExpr ":" ValueExpr )*)? "}"
KeyExpr := ExprSingle
ValueExpr := ExprSingle
For standard EBNF W3C-style, I believe this should have "::=" instead for the
assignment operator. Also, the layout it different from other EBNF productions
in the same spec.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 22 July 2013 23:01:49 UTC