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: pass value between xml and javascript


what about-

<a href="#"><xsl:attribute name="onClick"><xsl:apply-templates
select="//cityid"/><xsl:attribute>text</a>

-Jennifer
--Original Message -----

From: "Chen Wang" <wangchen01@yahoo.com>
To: <XSL-List@lists.mulberrytech.com>
Sent: Sunday, September 09, 2001 3:12 PM
Subject: [xsl] 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
>



 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]