Ok, I pasted the following into a custom footer
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" />
<xsl:template match="/">
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript" defer="defer">
</script>
<script type="text/javascript">
_uacct = "UA-5249300-1";
urchinTracker();
</script>
</xsl:template>
</xsl:stylesheet>
Then when I click on ok a box pops up saying,
There is a problem with the XSLT code. It may contain an infinite loop, maybe working on a very large data set, or may contain syntax problems. Please check the code and start again. '''is an unexpected token. The expected token is ';' Line 1 position 515.
So like I said, the custom footer doesn't seem to work???? But i have put it into an html module and its starting to show data in google now.
Surely if google is showing data then the html module must work??