[Home] [By Thread] [By Date] [Recent Entries]
Maybe you could try 2 construct a loop:
<xsl:call-template name="for.loop">
<xsl:with-param name="i">1</xsl:with-param>
<xsl:with-param name="count">10</xsl:with-param>
</xsl:call-template>
<xsl:with-param name="i">
<!-- Increment index-->
<xsl:value-of select="$i + 1"/>
</xsl:with-param>
<xsl:with-param name="count">
<xsl:value-of select="$count"/>
</xsl:with-param>
</xsl:call-template>
</xsl:if>
</xsl:template>
(code-bit in XML cooktop!)ronald At 05:41 PM 4/19/01 +1000, you wrote: I want to transform this element: XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



