[Bug 3688] Static typing of fn:index-of

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

           Summary: Static typing of fn:index-of
           Product: XML Query Test Suite
           Version: 1.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


fn-indexof-mix-args-007 to fn-indexof-mix-args-015 and fn-indexo-mix-arg-019
fail static type checking.

e.g. fn:index-of((),xs:untypedAtomic('')) 

The untypedAtomic constructor returns xs:untypedAtomic?, but the function
expects xs:untypedAtomic.

Received on Friday, 8 September 2006 16:29:46 UTC