[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: HTML <script> tag

Subject: RE: HTML <script> tag
From: "Robert D Anderson" <robander@xxxxxxxxxx>
Date: Wed, 28 Aug 2002 10:29:19 -0500
robert d anderson
I have gotten around this IE quirk in the past by using an xsl:comment.
Something like the following (although I haven't used it with the <script>
tag, I don't know if it will cause you any problems elsewhere):
<script type="text/javascript" language="JavaScript" src="viewSource.js">
  <xsl:comment> </xsl:comment>
</script>

You should get this in your XHTML output, which will not cause IE to stop
reading the page:
<script type="text/javascript" language="JavaScript" src="viewSource.js"><!
-- --></script>

-robert



                                                                                                                                                     
                      "Zakon, Stuart"                                                                                                                
                      <stuart_zakon@medcohealth.        To:       "'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'" <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>              
                      com>                              cc:                                                                                          
                      Sent by:                          Subject:  RE:  HTML <script> tag                                                        
                      owner-xsl-list@xxxxxxxxxxx                                                                                                     
                      rrytech.com                                                                                                                    
                                                                                                                                                     
                                                                                                                                                     
                      08/28/2002 10:07 AM                                                                                                            
                      Please respond to xsl-list                                                                                                     
                                                                                                                                                     
                                                                                                                                                     



Hi Ismaël,
Thanks for the response.
Since I am doing xhtml output I use the following:

<xsl:output method="xml" indent="yes" encoding="UTF-8"

doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
            doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" />

Perhaps this is the problem. However, for XHTML don't I have to say the
method is 'xml'?

Regards,
Stuart


-----Original Message-----
From: Cams Ismael [mailto:Ismael.Cams@xxxxxxxxxxxxxxx]
Sent: Wednesday, August 28, 2002 10:58 AM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE:  HTML <script> tag


Hello Stuart,

you must indicate in the stylesheet you are going to generate html.
Therefore you must add the following line after the stylesheet tag:

             <xsl:output method="html"/>

Kind regards,
Ismaël



-----Original Message-----
From: Zakon, Stuart [mailto:stuart_zakon@xxxxxxxxxxxxxxx]
Sent: Wednesday, August 28, 2002 4:53 PM
To: 'XSL-List@xxxxxxxxxxxxxxxxxxxxxx'
Subject:  HTML <script> tag


I am including the following line in an XSLT template:

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

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

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

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

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

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


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

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

 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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.