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 10272 - [XQuery11]: Missing error for duplicate property names within a single declaration?
Summary: [XQuery11]: Missing error for duplicate property names within a single declar...
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3.0 (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Jonathan Robie
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
: 10855 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-07-30 07:13 UTC by Brett Zamir
Modified: 2010-11-15 14:21 UTC (History)
2 users (show)

See Also:


Attachments

Description Brett Zamir 2010-07-30 07:13:34 UTC
Although an error is specified for duplicate decimal format names (or duplicate defaults), there's no indication of any error if the multiple property-value pairs allowed within a single decimal format declaration are duplicates.

For example, should this not be described as an error?

  declare default decimal-format decimal-separator = "." decimal-separator = ","
Comment 1 Jonathan Robie 2010-09-21 16:25:09 UTC
The Working Group agrees. We will define such an error.
Comment 2 Jonathan Robie 2010-11-15 14:21:20 UTC
*** Bug 10855 has been marked as a duplicate of this bug. ***