This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]