|
Subject: [xsl] how to use the xsl:param in the output html script function From: "Chen Yi" <chen_yi36@xxxxxxxxxxx> Date: Thu, 20 May 2004 12:05:58 +0800 |
All, I want to pass the xsl:param value into the output html script function. The Code as follows.
<xsl:param name="VariableNum" select="count(/Variable)"/>
<script>
var Variable0 = new Array({$VariableNum});
</script>It failed. How can I do? Thanks in advance.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Changing prefix, Andrew Welch | Thread | RE: [xsl] how to use the xsl:param , Jarno.Elovirta |
| RE: [xsl] editing HTML inside <![CD, Daniel Joshua | Date | RE: [xsl] Generate Yahoo-like direc, Daniel Joshua |
| Month |