RE: [xsl] Nested <xsl:for-each select="">

Subject: RE: [xsl] Nested <xsl:for-each select="">
From: "Jarno Elovirta" <jarno@xxxxxxxxxxxxxx>
Date: Wed, 18 Apr 2001 10:30:08 +0300
Hip hei!

[...]
> <TABLE BORDER="2">
>   <TR>
>   <xsl:for-each select="MainRoot/ContentTypeProperty/Record">
>   <xsl:variable name="Property" select="PropertyName"/>
>   <TD>
>     <TABLE BORDER="0">
>       <TR>
>         <TD><xsl:value-of select="$Property"/></TD>
>       </TR>
> 
>       <xsl:for-each select="MainRoot/ContentTypePropertyData/Record" >

This should be "/MainRoot/ContentTypePropertyData/Record".

Cheers,

Jarno - The Cure: Love Will Tear Us Apart (Joy Division cover)

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


Current Thread