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

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

Jonathan Robie <jonathan.robie@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Jonathan Robie <jonathan.robie@redhat.com> 2011-04-15 21:06:10 UTC ---
Fixed as follows:

For example, the following productions describe the syntax of a function call:

[134]        FunctionCall        ::=        EQName ArgumentList
[122]        ArgumentList        ::=        "(" (Argument ("," Argument)*)? ")"

The productions should be read as follows: A function call consists of an
EQName followed by an ArgumentList. The argument list consists of an opening
parenthesis, an optional list of one or more arguments (separated by commas),
and a closing parenthesis.

-- 
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 Friday, 15 April 2011 21:06:12 UTC