[Bug 4447] [FS] Wrong prefixes in C.2 Mapping of Overloaded Internal Functions

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

           Summary: [FS] Wrong prefixes in C.2 Mapping of Overloaded
                    Internal Functions
           Product: XPath / XQuery / XSLT
           Version: Recommendation
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Formal Semantics
        AssignedTo: jmdyck@ibiblio.org
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


In Formal Semantics appendix C.2, reference is made to:

fn:subtract-dates(A, B)
fn:subtract-times(A, B)
fn:subtract-dateTimes(A, B)

 but should presumably be 

op:subtract-dates(A, B)
op:subtract-times(A, B)
op:subtract-dateTimes(A, B)

defined in F+O.

Received on Tuesday, 3 April 2007 10:11:24 UTC