[Bug 1567] New: Subtract duration from date: minor error

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

           Summary: Subtract duration from date: minor error
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Functions and Operators
        AssignedTo: ashok.malhotra@oracle.com
        ReportedBy: mike@saxonica.com
         QAContact: public-qt-comments@w3.org


In 10.8.11 op:subtract-dayTimeDuration-from-date we read:

 If $arg2 is negative, then the xs:date returned precedes $arg1.

This should say

 If $arg2 is positive, then the xs:date returned precedes $arg1.

The same error occurs for other permutations of subtract-XX-duration-from-date|time

Received on Wednesday, 13 July 2005 15:11:23 UTC