[Bug 11756] New: [XQuery30UC] wrong input file in "Windowing" Q7

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11756

           Summary: [XQuery30UC] wrong input file in "Windowing" Q7
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P2
         Component: XQuery 3.0 Use Cases
        AssignedTo: jonathan.robie@redhat.com
        ReportedBy: andrew.eisenberg@us.ibm.com
         QAContact: public-qt-comments@w3.org


The solution query begins with:

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

This should be:

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

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 14 January 2011 16:52:08 UTC