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]

Re: HTML <script> tag


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@gauweiler.net
-- 

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]