Keith Winkler wrote:
Which is not really valid xhtml on account of the un-escaped "&" characters.

The standard solution for this is wrapping your js code with the following javascript comments/xml CDATA declaration:

<script type="text/javascript">
//<![CDATA[
code goes here.
//]]>
</script>

Maybe this solution can be used to ensure xhtml conformance?

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to