[Bug 4163] Static typing of fn-name-6, 12

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

           Summary: Static typing of fn-name-6, 12
           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


Since the filter expression isn't just [last()], the normalization rules cause
the type of the argument to fn:name being a zero-or-more sequence rather than a
zero-or-one sequence as required.

(: Name: fn-name-6:)
(: Description: Evaluation of the fn:name function with the argument set to a
no
n existing element.:)
(:Use of "fn:string-length" to avoid empty file.    :)

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

for $h in ($input-context1/works/employee[2])
return fn:string-length(fn:name($h/child::text()[position() = last()]))

Received on Tuesday, 9 January 2007 12:28:35 UTC