|
Subject: Re: [xsl] updating xsl:variable inside the loop From: Manos Batsis <mbatsis@xxxxxxxxxxx> Date: Thu, 29 Jan 2004 13:38:57 +0200 |
Hi,
I am using xsl:variable inside the loop.
xsl:variable should be updated in next iteration. How to do this?
<xsl:for-each select="child::*">
<xsl:if test="(position() < @rowindex)">
<xsl:text>tableRow = new H2WTableRow();<xsl:text>
</xsl:if>
</xsl:for-each>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] updating xsl:variable inside , Arulraj | Thread | Re: [xsl] updating xsl:variable ins, David Carlisle |
| [xsl] updating xsl:variable inside , Arulraj | Date | Re: [xsl] updating xsl:variable ins, David Carlisle |
| Month |