[Bug 10677] New: [XQ1.1] Editorial: Example grammar production in introduction is doesnt work.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10677

           Summary: [XQ1.1] Editorial: Example grammar production in
                    introduction is doesnt work.
           Product: XPath / XQuery / XSLT
           Version: Member-only Editors Drafts
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 1.1
        AssignedTo: jonathan.robie@redhat.com
        ReportedBy: oliver@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


The introduction to the specification contains the following:

In the grammar productions in this document, named symbols are underlined and
literal text is enclosed in double quotes. For example, the following
production describes the syntax of a function call:

[134]       FunctionCall       ::=       EQName ArgumentList
The production should be read as follows: A function call consists of an EQName
followed by an open-parenthesis. The open-parenthesis is followed by an
optional argument list. The argument list (if present) consists of one or more
expressions, separated by commas. The optional argument list is followed by a
close-parenthesis.


The grammar rule no longer matches this description.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 22 September 2010 16:05:10 UTC