- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 24 Feb 2010 20:12:05 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9140
Summary: [XSLT 2.0] Order of items within current-group() is
unclear
Product: XPath / XQuery / XSLT
Version: Recommendation
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 2.0
AssignedTo: mike@saxonica.com
ReportedBy: mike@saxonica.com
QAContact: public-qt-comments@w3.org
Problem raised by Vladimir Nestorovsky today on the xsl-list at mulberrytech.
The specification of xsl:for-each-group is unclear as to the order of items in
each group (that is, the result of current-group()).
The intent is that the procedural algorithm given for each of the four grouping
methods defines this order. But this relies on understanding that when an item
is "added" to a group, or "assigned" to a group, it is added at the end of the
sequence, which isn't explicitly stated.
Suggestion: in the rules for the four grouping methods, change "added" and
"assigned" to "appended", and add a sentence at the end saying that the order
in which items are added to each group determines the order of the items in the
group as returned by the current-group() function.
--
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, 24 February 2010 20:12:06 UTC