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 11756 - [XQuery30UC] wrong input file in "Windowing" Q7
Summary: [XQuery30UC] wrong input file in "Windowing" Q7
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3.0 Use Cases (show other bugs)
Version: Working drafts
Hardware: PC Windows XP
: P2 minor
Target Milestone: ---
Assignee: Jonathan Robie
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-14 16:52 UTC by Andrew Eisenberg
Modified: 2011-03-30 18:51 UTC (History)
0 users

See Also:


Attachments

Description Andrew Eisenberg 2011-01-14 16:52:04 UTC
The solution query begins with:

declare variable $seq := fn:doc("mydoc.xml");

This should be:

declare variable $seq := fn:doc("person_events.xml");
Comment 1 Jonathan Robie 2011-01-18 17:30:41 UTC
Thanks - I'll fix this.