Subject: [xsl] What to use instead of a mutable variable ? From: IceT <icetbr@xxxxxxxxxxxx> Date: Sun, 17 Aug 2003 00:52:09 -0300 |
<xsl:template match="insertName"> <xsl:value-of select="$book/itens/name"/> </xsl:template>
<xsl:template match="insertName"> <xsl:param name="position" /> <xsl:value-of select="$book/itens/name[$position]"/> </xsl:template>
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Thread | Re: [xsl] What to use instead of a , Josh Canfield | |
Date | Re: [xsl] What to use instead of a , IceT | |
Month |