Re: [xsl] things about grouping

Subject: Re: [xsl] things about grouping
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Sat, 24 Nov 2012 15:17:52 +0000
edit: I did some tests using Saxon 9.4PE
and it seems there we need indeed
<xsl:apply-templates select="current-group() except current-group()/self::blah"/>



or more simply


current-group()[not(self::blah)]

Michael Kay
Saxonica

Current Thread