[Bug 3822] Static typing of tests using fn:QName

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

           Summary: Static typing of tests using fn:QName
           Product: XML Query Test Suite
           Version: 1.0.1
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: nick@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


The following tests call

fn:QName($paramURI as xs:string?, $paramQName as xs:string) as xs:QName

with the second arguement, $paramQName, created by

xs:string($arg as xs:anyAtomicType?) as xs:string?

This can cause a static typing exception.

LocalNameFromQNameFunc002
LocalNameFromQNameFunc004
LocalNameFromQNameFunc005
NamespaceURIFromQNameFunc005

Received on Friday, 13 October 2006 12:51:35 UTC