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

RE: CDATA required for javascript????

Subject: RE: CDATA required for javascript????
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Thu, 6 Dec 2001 15:23:50 -0000
cdata javascript xsl
You need CDATA if your code contains <
i.e.
 <script language="javascript">
     <xsl:comment>
         <![CDATA[
		if (x < y)
             document.write(form.first_elem.value);
         ]]>
     </xsl:comment>
 </script>
But you can also do this
 <script language="javascript">
     <xsl:comment>
		if (x &lt; y)
             document.write(form.first_elem.value);
     </xsl:comment>
 </script>
Which is the same

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of yan bai
> Sent: 06 December 2001 14:55
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  CDATA required for javascript????
> 
> 
> I noticed that several books put javascript in CDATA,
> but also found that javascript also worked without
> CDATA.  
> <script language="javascript">
>     document.write(form.first_elem.value);
> </script>
> 
> or
> 
> <script language="javascript">
>     <xsl:comment>
>         <![CDATA[
>             document.write(form.first_elem.value);
>         ]]>
>     </xsl:comment>
> </script>
> 
> Both of the above works fine.
> 
> I wonder if it is just a matter of style, or it
> requires CDATA in some special cases.
> 
> Thanks.
> 
> Yan
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Send your FREE holiday greetings online! http://greetings.yahoo.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


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.