Forum Moderators: DixonJones
Is there something that can be done to make Google's urchinTracker code valid strict xhtml.
I am using the following doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
During validation it obviously doesn't like the <sc'+'ript bits and seems to need it for it to work.
<script> and <style> elements must be marked as CDATA sections [oreillynet.com]