- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 06 Jan 2006 14:57:57 +0000
- To: www-validator-cvs@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2669
bjoern@hoehrmann.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From bjoern@hoehrmann.de 2006-01-06 14:57 -------
Your XHTML is probably parsed as HTML; XHTML and HTML define different
requirements for parsing <script> elements, in HTML escapes such as & will
not be decoded, in XHTML they would; use the application/xhtml+xml media type
for such XHTML documents, external scripts, or one of the <![CDATA[]]> escaping
methods you'll find all over the web to solve this. See the www-validator
mailing list archives for details.
Received on Friday, 6 January 2006 14:57:59 UTC