|
Subject: Re: [xsl] Modify Variable value From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Thu, 26 Apr 2007 14:10:09 +0200 |
Hi , cna you give me the example how I could do that? Regards, Senthil
<xsl:template match="/">
<xsl:apply-templates select="my-selection">
<xsl:with-param name="my-param" select="10" />
</xsl:apply-templates>
</xsl:template><xsl:template match="my-selection"> <xsl:param name="my-param" /> <xsl:value-of select="$my-param" /> <xsl:value-of select="." /> </xsl:template>
Cheers, -- Abel
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Modify Variable value, Kamal Bhatt | Thread | [xsl] XSLT Newbie - Need help with , Daniel Lo Nigro |
| RE: [xsl] XSLT Newbie - Need help w, Michael Kay | Date | [xsl] Converting individual words i, Andy Carr1 |
| Month |