Re: [xsl] passing parameters to javascript

Subject: Re: [xsl] passing parameters to javascript
From: "Tom Gilbert" <tom.gilbert@xxxxxxxxxxxxx>
Date: Tue, 20 Mar 2001 06:41:56 -0600
I've just found it easier to declare JavaScript in a variable
and then use it in attributes.

	<xsl:variable name="JSfunction">foo('<xsl:value-of
select="whatever"/>');</xsl:variable>
	<a href="{$JSfunction}">

Tom


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


Current Thread