[Bug 6941] New: K2-ExternalVariablesWith-23.xq

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

           Summary: K2-ExternalVariablesWith-23.xq
           Product: XML Query Test Suite
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: mike@saxonica.com
         QAContact: public-qt-comments@w3.org


The test uses

declare variable $v as element(notWildCard, xs:untyped?)+ := <e/>;

and expects this to succeed. It fails on two counts: the element name is "e"
rather than "notWildCard", and the element type is xs:anyType (assuming the
default construction mode), not xs:untyped.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 21 May 2009 22:12:55 UTC