[Bug 5287] Typos in duration examples

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

           Summary: Typos in duration examples
           Product: XPath / XQuery / XSLFO / XSLT
           Version: Recommendation
          Platform: All
               URL: http://www.w3.org/TR/xquery-operators/#func-duration-
                    equal-examples
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: Functions and Operators
        AssignedTo: mike@saxonica.com
        ReportedBy: netj@sparcs.org
         QAContact: public-qt-comments@w3.org


There are invalid durations among the examples for op:duration-example (section
10.4.5.1) of XQuery 1.0 and XPath 2.0 Functions and Operators, W3C
Recommendation 23 January 2007.

Fourth, fifth, seventh example should be respectively fixed from
``xs:dayTimeDuration("PT0D")'' to ``xs:dayTimeDuration("P0D")'', ``PT365D'' to
``P365D'', and ``PT10D'' to ``P10D''.

Received on Tuesday, 27 November 2007 13:17:05 UTC