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 6650 - [XQuery11UC] Windowing use case Q2: incorrect expected output
Summary: [XQuery11UC] Windowing use case Q2: incorrect expected output
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 normal
Target Milestone: ---
Assignee: Tim Kraska
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL: http://www.w3.org/TR/2008/WD-xquery-1...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-04 11:05 UTC by Wouter Cordewiner
Modified: 2009-03-24 15:05 UTC (History)
3 users (show)

See Also:


Attachments

Description Wouter Cordewiner 2009-03-04 11:05:20 UTC
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>
Comment 1 Tim Kraska 2009-03-07 14:10:23 UTC
Correct, I overlooked it.  I fixed it in the document. 

@Jonathan: Please mark the bug as closed.