how to use the xsl:param in the output html script function2004-05-19 21:05:58
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.
Chen Yi
_________________________________________________________________
免费下载 MSN Explorer: http://explorer.msn.com/lccn/
|
|
||||||||||||||||