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 17229 - [FO30] Example in op:gYearMonth-equal has typo
Summary: [FO30] Example in op:gYearMonth-equal has typo
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 3.0 (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 trivial
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-29 08:57 UTC by Ben
Modified: 2012-05-29 09:34 UTC (History)
0 users

See Also:


Attachments

Description Ben 2012-05-29 08:57:40 UTC
The second example in section 9.4.10 op:gYearMonth-equal is
op:gYearMonth-equal(xs:gYearMonth("1978-03"), xs:gYearMonth("1986-03Z")) returns false(). The starting instants are 1986-03-01T00:00:00-05:00 and 1986-03-01T00:00:00Z, respectively.

The first xs:gYearMonth should read "1986-03", or the first starting instant should start with 1978.
Comment 1 Michael Kay 2012-05-29 09:34:22 UTC
Thanks for reporting this. Fixed (silently) in the master copy.