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]
Other format: [Raw text]

script tag in xsl


I am using :

<script language="text/JavaScript" src="functions.js">
		</script>

in my xsl but doesn't seem to work well. I was adviced to use:

<script type="text/javascript" src="functions.js">
    <!-- comment inserted for Internet Explorer -->
  </script>

But still didn't work.

Can anybody explain to me why it is not working and if possible a solution
also. Please help!!



 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]