This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: 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')">
>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]