Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - get parent value >Thread Next - Re: get parent value Re: get parent valueTo: NULL Date: 9/2/2004 1:24:00 PM
Saulot wrote:
> My xml files looks like this :
>
> <Parent>
> <Param1>Hello</Param1>
> <Collection>
> <Param2>Hello2</Param2>
> </Collection>
>
> I just want to get the Param1 value while I'm doing my "for-each" with the
> Collection Table.
> Sample :
> <xsl:for-each select="Parent/Collection">
>
> <tr>
>
> <td><div align="left"><xsl:value-of select="Param1" /></div></td>
<xsl:value-of select="preceding-sibling::Param1[1]" />
--
Martin Honnen
http://JavaScript.FAQTs.com/
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
