This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6941 - K2-ExternalVariablesWith-23.xq
Summary: K2-ExternalVariablesWith-23.xq
Status: RESOLVED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Frans Englich
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-21 22:12 UTC by Michael Kay
Modified: 2009-10-21 10:54 UTC (History)
1 user (show)

See Also:


Attachments

Description Michael Kay 2009-05-21 22:12:46 UTC
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.
Comment 1 Frans Englich 2009-10-13 13:46:13 UTC
*** Bug 6988 has been marked as a duplicate of this bug. ***
Comment 2 Frans Englich 2009-10-13 13:49:45 UTC
Should be fixed now.
Comment 3 Tim Mills 2009-10-21 10:54:52 UTC
I don't think the XQueryX version has been corrected.