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

Subject: RE: [xsl] Accessing data from repeating values with the same name
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Sun, 25 Jan 2004 16:27:10 -0000
> <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.
>

Item[3]

Michael Kay


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


Current Thread