xsl-list
[Top] [All Lists]

Re: grouping/position problem

2005-04-23 04:59:09

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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>