[Bug 21672] New: [XQuery30] windowing example

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21672

            Bug ID: 21672
           Summary: [XQuery30] windowing example
    Classification: Unclassified
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: XQuery 3.0
          Assignee: jonathan.robie@gmail.com
          Reporter: andrew.eisenberg@us.ibm.com
        QA Contact: public-qt-comments@w3.org

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()

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 11 April 2013 22:49:37 UTC