- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 15 Nov 2005 01:28:40 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2524
Summary: xqx: CR grammar
Product: XPath / XQuery / XSLT
Version: Candidate Recommendation
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XQueryX
AssignedTo: jim.melton@acm.org
ReportedBy: davidc@nag.co.uk
QAContact: public-qt-comments@w3.org
XQueryX quotes the XQuery Grammar in places, and also the dump output from the
parser applet. In both cases, it quotes pre-CR versions.
eg section 2 has
ForClause ::= <"for" "$"> VarName ...
but the CR EBNF has dropped the <...> long token syntax
presumably related; the parser applet no longer reports long tokens such as
QNameLpar doc(
as quoted in section 3.14. This wouldn't matter really as it's just _some_
AST format for comparison, except that you do explictly say at the start of 3.14
that it is the version dumped by the applet at
http://www.w3.org/2005/qt-applets/xqueryApplet.html
which is the CR version.
Received on Tuesday, 15 November 2005 01:28:56 UTC