Re: [xsl] things about grouping

Subject: Re: [xsl] things about grouping
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Sat, 24 Nov 2012 09:14:17 +0000
On 24 November 2012 05:54, Ihe Onwuka <ihe.onwuka@xxxxxxxxx> wrote:
> 1. <xsl:apply-templates select="current-group() except blah"/>
>
> still applies templates to blah

It needs to be " except self::blah" otherwise it will look on the child axis.




-- 
Andrew Welch
http://andrewjwelch.com

Current Thread