[xsl] how to use the xsl:param in the output html script function

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.

Chen Yi

_________________________________________________________________
Cb7QOBTX MSN Explorer: http://explorer.msn.com/lccn/


Current Thread