xsl-list
[Top] [All Lists]

RE: First item of a for-each

2004-02-16 08:30:41
Different ways to find it out

Position() is a good function.  
You can also do as item[1]

So either 

When test="position()=1"
Or
When test="itemp[1]"

-----Original Message-----
From: Patricia Murray 
[mailto:Patricia(_dot_)Murray(_at_)durham(_dot_)ac(_dot_)uk] 
Sent: 16 February 2004 16:08
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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


______________________________________________________________
This message has been scanned for all viruses by BTnet VirusScreen. The
service is delivered in partnership with MessageLabs.

This service does not scan any password protected or encrypted
attachments.  

If you are interested in finding out more about the service, please
visit our website at
http://www.btignite.com/internetservices/btnet/products_virusscreen.htm
==============================================================

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



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