Re: [xsl] grouping/position problem

Subject: Re: [xsl] grouping/position problem
From: Bruce D'Arcus <bdarcus@xxxxxxxxx>
Date: Sat, 23 Apr 2005 07:59:09 -0400
I wrote:

<xsl:variable name="author-shorten" select="test="not(. is current-group()[1])"/>

Ahem ... something like the below would at least be syntactically correct!


<xsl:variable name="author-shorten" select="not(current() is current-group()[1])"/>

It still doesn't work though.

Bruce

Current Thread