[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: 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
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member