- From: David Dorward <david@dorward.me.uk>
- Date: Thu, 14 Oct 2004 10:08:51 +0100
- To: Fred Klr <fred.klr1@caramail.com>
- Cc: www-validator@w3.org
On Thu, Oct 14, 2004 at 08:04:24AM +0000, Fred Klr wrote: > hi, > I have some pb, i'm trying to find answer in FAQ but nothing. Could you > help me? > thx > > <script language="JavaScript" type="text/javascript"> You failed to provide a URI, so I can only guess that you are using XHTML but have forgotten that <script> elements not contain PCDATA rather then CDATA and thus markup is supposed to be interpreted within them. The easiest solution to this problem is to use only external scripts imported using a src attribute. -- David Dorward http://dorward.me.uk
Received on Thursday, 14 October 2004 09:08:55 UTC