[Bug 6359] New: [FO] Error in example of op:gMonth-equal()

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

           Summary: [FO] Error in example of op:gMonth-equal()
           Product: XPath / XQuery / XSLT
           Version: Recommendation
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Functions and Operators
        AssignedTo: mike@saxonica.com
        ReportedBy: mike@saxonica.com
         QAContact: public-qt-comments@w3.org


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"))


-- 
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 Tuesday, 6 January 2009 00:09:58 UTC