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]

pass value between xml and javascript


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


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