Subject: Re: CDATA required for javascript????
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Thu, 6 Dec 2001 15:03:32 -0000
|
the only reason why u would do this is because the javascript contains <, >,
or & the reserved characters for xml.
it is good practice to do this, but not necc. and in fact if u want to
integrate xslt to generate javascript, well u wont be able to do this.
cheers, jim fuller
----- Original Message -----
From: "yan bai" <bytj@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, December 06, 2001 2:54 PM
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 |
yan bai - Thu, 6 Dec 2001 09:54:48 -0500 (EST)
- cutlass - Thu, 6 Dec 2001 10:08:55 -0500 (EST) <=
- Chris Bayes - Thu, 6 Dec 2001 10:22:46 -0500 (EST)
- Francis Norton - Thu, 6 Dec 2001 10:28:24 -0500 (EST)
- David Carlisle - Thu, 6 Dec 2001 10:38:15 -0500 (EST)
|
|