RE: First element of type, in same context

Subject: RE: First element of type, in same context
From: Eckenberger Axel <Extern.Eckenberger@xxxxxxxx>
Date: Wed, 11 Oct 2000 12:57:51 +0200
Lee,

<xsl:for-each select="tag">
	<xsl:if test="position()=1">
		<!-- do something -->
	</xsl:if>
</xsl:for-each>

Axel

> -----Original Message-----
> From: Lee Goddard [mailto:LGoddard@xxxxxxx]
> Sent: Wednesday, October 11, 2000 11:06 AM
> To: XSL-List@mulberrytech. com (E-mail)
> Subject: First element of type, in same context
> 
> 
> 
> Is there an XPath that will allow me to 
> output/flag the first occurance of an element
> within a document, during a for-each loop?
> 
> Thanks in advance,
> Lee Goddard
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

-- 
Axel Eckenberger, BSc
Software Project Mangager
Krauss-Maffei Wegmann GmbH & Co. KG

Tel:         +49 (89) 8140-4408

eMail:
   work:     extern.eckenberger@xxxxxxxx
   private:  ecki@xxxxxxxxxxxxxxxx


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


Current Thread