Hello,
I am getting an error when I add a name space for my document. I only see this problem when I add a namespace for XHTML and the problem occurs in Firefox not Safari (haven't checked IE yet). Below is the head of my template. The JS error is on my urchin google analytics code that gets inserted onto every page on generation.
THE ERROR THAT CAUSES A BLANK SCREEN
[html]
_gat is not defined
homepage2.htm()homepage2.htm (line 10)
[Break on this error] var pageTracker = _gat._getTracker("UA-3504217-5");\r\n
[/html]
MY CODE
[html]
xmlns:xsl="
http://www.w3.org/1999/XSL/Transform" xmlns:xhtml="
http://www.w3.org/1999/xhtml">