[Bug 9136] New: Wrong parameter given to op:divide-dayTimeDuration function.

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

           Summary: Wrong parameter given to op:divide-dayTimeDuration
                    function.
           Product: XPath / XQuery / XSLT
           Version: Recommendation
          Platform: PC
               URL: http://www.w3.org/TR/xquery-operators/#func-divide-
                    dayTimeDuration
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P4
         Component: Functions and Operators
        AssignedTo: mike@saxonica.com
        ReportedBy: doncristiano@yahoo.com
         QAContact: public-qt-comments@w3.org


http://www.w3.org/TR/xquery-operators/#func-divide-dayTimeDuration

In the examples section: 
divide-dayTimeDuration(xs:yearMonthDuration("P1DT2H30M10.5S"), 1.5)
should be replaced with
divide-dayTimeDuration(xs:dayTimeDuration("P1DT2H30M10.5S"), 1.5)


-- 
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 Wednesday, 24 February 2010 10:08:40 UTC