Hey Chris,

Thanks for taking the time to investigate this stuff.

I tried your earlier suggestion about the CDATA command and it didn't seem to help any. I removed the js include completely and put the javascript directly in the xsl, using the following format. It had the same symptoms as before.

<script language="Javascript">
<![CDATA[
<!--
...javascript code here...
//-->
]]>
</script>

Tom