xsl-list
[Top] [All Lists]

Re: [xsl] Order of items in current-group()

2010-02-24 13:33:57
Whether the xslt 2.0 spec defines the order of items in sequence 
returned 
from current-group() function?

The select attribute of xsl:for-each-group selects a sequence of items, 
called the population. The order of items in that sequence is called the 

population order. When forming the groups, the items in the population 
are examined in population order and then, if they belong to a group, 
added to a group. So that way the order of items in the population 
determines the order of items in a group.

Thank you for the prompt response.
Can you please refer to or quote a particular statement from the spec?
--
Vladimir Nesterovsky
http://www.nesterovsky-bros.com/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>