[xsl] script tag in xsl

Subject: [xsl] script tag in xsl
From: "stevenson" <stevenson@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 15 Mar 2002 16:15:58 +0300
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


Current Thread