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 21672 - [XQuery30] windowing example
Summary: [XQuery30] windowing example
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3.0 (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows XP
: P2 trivial
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: 2013-04-11 22:49 UTC by Andrew Eisenberg
Modified: 2013-10-19 16:21 UTC (History)
0 users

See Also:


Attachments

Description Andrew Eisenberg 2013-04-11 22:49:36 UTC
One of the examples in 3.10.4 Window Clause is:

for tumbling window $w in (2, 4, 6, 8, 10)
start $s at $spos previous $sprev next $snext when true() end $e at
$epos previous $eprev next $enext when true()

This would be consistent with other examples in this section, and a bit more readable, as:

for tumbling window $w in (2, 4, 6, 8, 10)
   start $s at $spos previous $sprev next $snext when true()
   end $e at $epos previous $eprev next $enext when true()
Comment 1 Jonathan Robie 2013-10-19 16:21:46 UTC
Fixed. This will appear in the next build.