Just went thru 140 pages and updated all my inline JS to be similar to this:
<script type="text/javascript">
//<![CDATA[
function SavePrefs(){}
function LoadPrefs(){}
//]]>
</script>
... using example #4 from devedge-temp.mozilla.org.
I'm using a doctype of xhtml strict and a content type of "text/html".
I'm seeing this message:
"This document contains 1 CDATA section. Using CDATA sections is not recommended due to poor browser support (even some newer browsers fail to properly support it) and due to other complications. AI Internet Solutions recommends avoiding CDATA sections if possible."
The cdata I'm using is prefaced with comments, which is supposed to make it OK with older browsers.



