[xsl] How to pass parameters to javascript?

Subject: [xsl] How to pass parameters to javascript?
From: Tomas Hjelmberg <toh@xxxxxxxxxxxx>
Date: Thu, 8 Mar 2001 17:18:34 +0100
How to pass parameters to javascript?

This is error:

<xsl:template name="box">
	<xsl:param name="box"/>
	<xsl:variable name="box" select="$box"></xsl:variable>
	<td valign="top">
	<table border="0" width="100%" cellspacing="0" cellpadding="0">
		<xsl:if test="user:isPrioritized(.,$box,'1')">

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread