Subject: Re: <script /> and Netscape
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Wed, 12 Dec 2001 20:10:54 +0200
|
L Rutker wrote:
Here is the question.
When i do a transformation, my parser (Xalan)is changing following
javascript line
<script language="javascript1.2" type="text/javascript"
src="../../../scripts/javascript/rollover.js"></script>
to
<script language="javascript1.2" type="text/javascript"
src="../../../scripts/javascript/rollover.js"/>
While this usually poses no problem Netscape doesn't understand the self
enclosing version of the script tag and will not render my page
Any suggestions?
I saw the same problem in IE5, just in case, have you tried <xsl:output method="html"/> ?
--
Oleg Tkachenko
Multiconn International, Israel
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|