[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: Javascript functions in tags


Subject: Re: Javascript functions in tags
From: "Larry Mason" <Larry_Mason@xxxxxx>
Date: Thu, 2 Sep 1999 09:55:30 -0500


Is this what you are trying to do perhaps?

   <A>
    <xsl:attribute name="HREF">../index.html</xsl:attribute>
    <xsl:attribute
name="onMouseOver">somethinglikethis('stuff');return</xsl:attribute>
    <img src="a.gif" name="stuff"/>
    </A>
Larry





Simon Hargreaves <simon@xxxxxxxxxxxxxxx> on 09/02/99 10:19:20 AM

Please respond to xsl-list@xxxxxxxxxxxxxxxx

To:   xsl-list <xsl-list@xxxxxxxxxxxxxxxx>
cc:    (bcc: Larry Mason/Dallas/US/i2Tech)
Subject:  Javascript functions in tags




Is there anyway to get javascript inside tags like
<a href="../index.html" onMouseOver="somethinglikethis('stuff'); return
true;"><img src="a.gif" name="stuff"></a>
If I just put that in it unsuprisingly escapes characters.
I'm using lotusXSL java thing to do the transforms.

            Simon...


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







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



Current Thread