this is all fine for XHTML, but the browser's javascript engine does not seem to like it.. Firefox complains silently (you can check it on the Javascript console) and IE shows a dialog (unless you unchecked that option), the problem is that the CDATA is being interpreted as javascript
Are you sending your pages to the browser with the right content type? I believe it would be "application/xhtml+xml"
If your server is identifying that it's sending "text/html" then the browser might get confused by CDATA.
I haven't used XHTML very extensively, so I may be off here.
Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn back; I'll know I'm in the wrong place."
- Carlos Santana
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]