Re: [VE][64] Error Message Feedback

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