[Bug 4185] Static typing of fn-id-dtd-5 to 21 and 23

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

           Summary: Static typing of fn-id-dtd-5 to 21 and 23
           Product: XML Query Test Suite
           Version: 1.0.2
          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


The second argument to fn:id is of an exactly-one sequence type.  The actual
argument being supplied is statically typed as a zero-or-more sequence type.

(: Name: fn-id-dtd-5 :)
(: Description: Evaluation of fn:id with given IDREF matching a single element.
:)

(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)

 fn:id("id1", $input-context1/IDS)

Received on Wednesday, 10 January 2007 15:13:07 UTC