I'm trying to write an XHTML-compliant webpage that uses Javascripts. After some research, I saw some information that indicated that current browsers won't recognize the <![CDATA[...]]> directive. Is there any workaround to this to generate functional server-side scripting in XHTML-compliant code? Thanks!