[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Accessing data from repeating values with the same name


Subject: RE: [xsl] Accessing data from repeating values with the same name
From: cknell@xxxxxxxxxx
Date: Fri, 23 Jan 2004 09:55:29 -0500

<xsl:value-of select="/Data/item[3]" />

-- 
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     Mark Williams <mark@xxxxxxxxxxx>
Sent:     Fri, 23 Jan 2004 14:45:06 -0000
To:       "XSL-List" <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
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



Current Thread
Keywords
xml