[Bug 10273] New: [XQuery11]: Mistaken allowance of missing DFPropertyName pair in EBNF?

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

           Summary: [XQuery11]: Mistaken allowance of missing
                    DFPropertyName pair in EBNF?
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 1.1
        AssignedTo: jonathan.robie@redhat.com
        ReportedBy: brettz9@yahoo.com
         QAContact: public-qt-comments@w3.org
                CC: brettz9@yahoo.com


In http://www.w3.org/TR/xquery-11/#prod-xquery11-DecimalFormatDecl , there is
the following EBNF definition of a Decimal Format Declaration:

    "declare" (("decimal-format" QName) | ("default" "decimal-format"))
(DFPropertyName "=" StringLiteral)*

The last portion seems to allow omission of DFPropertyName-value pairs. If
there is some reason to allow such a declaration without a DFPropertyName, I
think it should be spelled out. If not, I believe the "*" should be changed to
a "+".

-- 
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, 30 July 2010 07:27:28 UTC