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 6479 - transform-expr-043
Summary: transform-expr-043
Status: RESOLVED FIXED
Alias: None
Product: XQuery Update Facility Test Suite
Classification: Unclassified
Component: XQuery Update Facility Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Andrew Eisenberg
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-27 21:27 UTC by Michael Kay
Modified: 2009-01-28 21:59 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2009-01-27 21:27:42 UTC
In transform-expr-043, the expression

$var1 instance of xs:untyped, $var1/TITLE[1] instance of xs:untyped

should be

$var1 instance of element(*, xs:untyped), $var1/TITLE[1] instance of element(*, xs:untyped)
Comment 1 Michael Kay 2009-01-27 21:30:14 UTC
A similar error occurs in transform-expr-050
Comment 2 Andrew Eisenberg 2009-01-28 21:59:30 UTC
Agreed. I've changed both transform-expr-043 and transform-expr-050.