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 6359 - [FO] Error in example of op:gMonth-equal()
Summary: [FO] Error in example of op:gMonth-equal()
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 1.0 (show other bugs)
Version: Recommendation
Hardware: PC Windows NT
: P2 minor
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: 2009-01-06 00:09 UTC by Michael Kay
Modified: 2009-01-28 21:13 UTC (History)
1 user (show)

See Also:


Attachments

Description Michael Kay 2009-01-06 00:09:50 UTC
In 10.4.8.1 op:gMonth-equal() the first example is missing a close paren:

op:gMonth-equal(xs:gMonth("--12-14:00"), xs:gMonth("--12+10:00")

should read

op:gMonth-equal(xs:gMonth("--12-14:00"), xs:gMonth("--12+10:00"))
Comment 1 Michael Kay 2009-01-28 21:13:27 UTC
Erratum E40 has been drafted to correct this example. The bug is therefore being marked fixed and closed.