xsl-list
[Top] [All Lists]

Re: Accessing data from repeating values with the same name

2004-01-23 08:13:41
<xsl:value-of select="//Data/Item[position()=3]"/>
should do it.
----- Original Message ----- 
From: "Mark Williams" <mark(_at_)skwirel(_dot_)com>
To: "XSL-List" <XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Friday, January 23, 2004 2:45 PM
Subject: [xsl] 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