[Bug 6650] New: [XQuery11UC] Windowing use case Q2: incorrect expected output

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

           Summary: [XQuery11UC] Windowing use case Q2: incorrect expected
                    output
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
               URL: http://www.w3.org/TR/2008/WD-xquery-11-use-cases-
                    20081203/#windowing_head_para
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 1.1 Use Cases
        AssignedTo: jonathan.robie@redhat.com
        ReportedBy: wouter.cordewiner@datadirect.com
         QAContact: public-qt-comments@w3.org
                CC: marc.van.cappellen@datadirect.com


Taking into account the query correction from bug 6241, the
<para>heading2</para> element should not occur under the first section element.

I believe the correct expected output is:

<chapter>
        <section title="heading1">
                <para>para1</para>
                <para>para2</para>
        </section>
        <section title="heading2">
                <para>para3</para>
                <para>para4</para>
                <para>para5</para>
        </section>
</chapter>


-- 
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 Wednesday, 4 March 2009 11:05:29 UTC