This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 7756 - Incorrect production for charGroup in regular expression appendix
Summary: Incorrect production for charGroup in regular expression appendix
Status: CLOSED FIXED
Alias: None
Product: XML Schema
Classification: Unclassified
Component: Datatypes: XSD Part 2 (show other bugs)
Version: 1.1 only
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: David Ezell
QA Contact: XML Schema comments list
URL:
Whiteboard:
Keywords: resolved
Depends on:
Blocks:
 
Reported: 2009-09-29 14:14 UTC by Kevin Braun
Modified: 2009-10-12 13:23 UTC (History)
1 user (show)

See Also:


Attachments

Description Kevin Braun 2009-09-29 14:14:40 UTC
I believe the production:
charGroup ::= '(' posCharGroup | negCharGroup ')' ( '-' charClassExpr )?

should actually be:
charGroup ::== ( posCharGroup | negCharGroup ) ( '-' charClassExpr ) ?
Comment 1 David Ezell 2009-10-02 16:17:58 UTC
The WG agrees with this correction and will include the required change in the next revision.
Comment 2 C. M. Sperberg-McQueen 2009-10-10 01:53:48 UTC
The change has now been made in the status quo documents, so I'm marking this issue resolved.

The originator of this issue (Kevin Braun) should receive an email notification of this status change.  If you are happy with the WG's disposition of your comment, please so indicate by closing the bug report; if something has gone wrong and you're not happy, please reopen it.  If we don't hear from you in the next two weeks, we'll assume you are happy with the change being made.  

Thank you in any case for catching this error.