Subject: RE: Accessing data from repeating values with the same name
From: "Kielen, Agnes" <Agnes.Kielen@xxxxxxxxxxxxxx>
Date: Fri, 23 Jan 2004 15:59:47 +0100
|
With <xsl:value-of select="Data/Item[3]"/>
-----Original Message-----
From: Mark Williams [mailto:mark@xxxxxxxxxxx]
Sent: vrijdag 23 januari 2004 15:45
To: XSL-List
Subject: Accessing data from repeating values with the same name
Hi,
How do I access repeating nodes in an xml file outside of a for-each
statement.
As an example:
<Data>
<Item>1</Item>
<Item>2</Item>
<Item>3</Item>
<Item>4</Item>
<Item>5</Item>
</Data>
How would I, say, get the value for 3rd item.
TIA
Mark
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|