Re: Cougar DTD: Do not use CDATA declared content for SCRIPT

In common practice I am seeing:

<SCRIPT>
<!--
write whatever you want here
-->
</SCRIPT>

This has the advantage of removing the problems with CDATA and end tags.
It also ensure that the scripts will be invisible to older browsers.
It has the disadvantage of putting your scripts into comments.

Jon Smirl
jonsm@aol.com

Received on Wednesday, 24 July 1996 18:23:06 UTC