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


Surround your javascript with the <script> tag, an <xsl:comment> tag and
include the javascript in a CDATA section.

<script language="javascript"><xsl:comment><![CDATA[
  function myFunction ()
  {
   doSomething ();
  }
//]]></xsl:comment></script>

-----Original Message-----
From: Gines Carrillo i Cava [mailto:gines.carrillo@tecn.upf.es]
Sent: Monday, February 14, 2000 8:09 AM
To: xsl-list@mulberrytech.com
Subject: JavaScript


Hello,

 I am Ginés Carrillo and I am working for Pompeu Fabra University, in
Barcelona. I 'm using XSL and I would like to put
inside XSL code JavaScript functions to make html output dynamic. What
kind of tags must I use?
I would be so grateful if you can help me.

Ginés.


 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]