[xsl] pass value between xml and javascript

Subject: [xsl] pass value between xml and javascript
From: "Chen Wang" <wangchen01@xxxxxxxxx>
Date: Sun, 9 Sep 2001 13:12:09 -0700
In the xml, there is a node <cityid>id</cityid>

In xls sheet, there is a line like this:
<a href="#" onclick="WM_toggle('<xsl:value-of select="cityid"/>'); return
false">..</a>

Of course it will not work for above line.  But how to get that id between
<cityid> into the WM_toggle function?  I also tried this:
<a href="#" onclick="WM_toggle('{cityid}'); return false">..</a>, but it did
not work either.

Need help....Chen


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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


Current Thread