Re: [xsl] HTML <script> tag

Subject: Re: [xsl] HTML <script> tag
From: Bernd Gauweiler <bernd@xxxxxxxxxxxxx>
Date: Wed, 28 Aug 2002 16:27:02 +0100
I cam across the same thing with IE recently. Turns out IE doesn't like
the type attribute in the <script> tag. IE will not load your
viewSource.js file.

Get rid of it (either IE or "type='text/javascript'" :-) and be happy.

Good luck.
Bernd

--
Bernd Gauweiler
mailto:bernd@xxxxxxxxxxxxx
-- 

Wednesday, August 28, 2002, 3:53:05 PM, you wrote:

ZS> I am including the following line in an XSLT template:

ZS> <script type="text/javascript" language="JavaScript" src="viewSource.js">
ZS> </script>

ZS> I use the latest Xalan for Java and the problem is that since the text node
ZS> of the element is empty, the XSLT engine generates the following:

ZS> <script type="text/javascript" language="JavaScript" src="viewSource.js" />

ZS> Well that is fine but for some bizarre reason neither the latest version of
ZS> IE nor Mozilla recognize this HTML and, worse, it causes the whole page to
ZS> render blank!

ZS> What I would like to do is just output the first version of the HTML above
ZS> and suppress the XSLT optimization. Anybody know how to do this?

ZS> Thanks,
ZS> Stuart Zakon
ZS> Objects by Design
ZS> http://www.objectsbydesign.com


ZS>  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