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: Javascript variable values to XSLT variable


> 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

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