Re: [xsl] group-adjacent problem

Subject: Re: [xsl] group-adjacent problem
From: Ruud Grosmann <r.grosmann@xxxxxx>
Date: Tue, 16 Dec 2008 14:07:24 +0100
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

Current Thread