Re: [xsl] script tag in xsl

Subject: Re: [xsl] script tag in xsl
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Fri, 15 Mar 2002 14:25:34 +0100
Do you want the script functionality to use in XSLT or only the script-node as output in HTML? Which one does not work?

Joerg

stevenson wrote:
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!!

--


System Development
VIRBUS AG
Fon  +49(0)341-979-7411
Fax  +49(0)341-979-7409
joerg.heinicke@xxxxxxxxx
www.virbus.de


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



Current Thread