[Home] [By Thread] [By Date] [Recent Entries]
Thank you for your advice. I update my code as follows. <xsl:param name="VariableNum" select="count(/Variable)"/>
<script>
<xsl:text> var Variable0 = new Array( </xsl:text>
<xsl:value-of select="$VariableNum"/>
<xsl:text> );</xsl:text>
</script>It passed the Xalan compiling. I posted code here for other's reference. Chen Yi From: <Jarno.Elovirta@xxxxxxxxx>function Date: Thu, 20 May 2004 09:54:41 +0300Templates, see <http://localhost/TR/xslt/#attribute-value-templates>. Use xsl:value-of to create a text node, see <http://localhost/TR/xslt/#value-of>.
_________________________________________________________________ Cb7QOBTX MSN Explorer: http://explorer.msn.com/lccn/
|

Cart



