xsl-list
[Top] [All Lists]

Re: [xsl] group-adjacent problem

2008-12-16 08:07:40
David Carlisle wrote:
However, the stylesheet doesn't group and produces instead:

well it did group

    <xsl:for-each-group select="*" group-adjacent="name()" >

but then you immediately unwound the grouping

       <xsl:for-each select="current-group()">




Ah, I misunderstood the meaning of current-group(). I just read it returns the items of the current group, not the group itself.

Thank you very much; I was pretty much stuck with this problem.

regards, Ruud

--~------------------------------------------------------------------
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>