RE: Javascript variable values to XSLT variable

Subject: RE: Javascript variable values to XSLT variable
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 5 Dec 2000 10:12:23 -0000
> have anyone knows, how can I fill an XSLT variable with a javascript
> function return value?

<xsl:variable name="var" select="my:function($param)"/>

But the way you write the JavaScript fuction depends on the XSLT processor
you are using.

Mike Kay


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


Current Thread