Re: [xsl] First item of a for-each

Subject: Re: [xsl] First item of a for-each
From: "Andrew Curry" <andrew.curry@xxxxxxxxxxxx>
Date: Mon, 16 Feb 2004 15:25:15 -0000
<xsl:if test="position()=1">
.....
</xsl:if>
would do it i think.
----- Original Message ----- 
From: "Patricia Murray" <Patricia.Murray@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, February 16, 2004 3:08 PM
Subject: [xsl] First item of a for-each


> When using a ..
> 
> <xsl:for-each select="item[***]">
> 
> </xsl:for-each>
> 
> How can I work out when Im in the first loop. My node set has a
> predicate on it so I don't know where I am in the sequence but want to
> do something special in the first loop??
> 
> Help!
> 
> 
> Yours, Trish 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread