This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: First element of type, in same context


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@VHN.NET]
> 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@kmweg.de
   private:  ecki@pfaffenwinkel.de


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]