[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] How to pass parameters to javascript?


Subject: RE: [xsl] How to pass parameters to javascript?
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 8 Mar 2001 16:51:41 -0000

> 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')">
>
There's nothing wrong with that snippet, provided that the function you're
calling is correctly declared somewhere.

Mike Kay
Software AG


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



Current Thread