Hi there,
can anybody help me?
It won't work! Why?
My declaration:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Title</title>
<script language="JavaS cript1.1" type="text/javascript">
<![CDATA[
<!--
...script ...
// -->
]]>
</script>
</head>
<body>
<noscript>
<p>Noscript</p>
</noscript>
</body>
</html>
It works without "<![CDATA[..script..]]>"!
Thanks for helping!
Ralf
can anybody help me?
It won't work! Why?
My declaration:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Title</title>
<script language="JavaS cript1.1" type="text/javascript">
<![CDATA[
<!--
...script ...
// -->
]]>
</script>
</head>
<body>
<noscript>
<p>Noscript</p>
</noscript>
</body>
</html>
It works without "<![CDATA[..script..]]>"!
Thanks for helping!
Ralf
Comment