Re: Basic problem

Nick,

looks like you're missing a "traling slash" in the following
two "meta" elements:

 <meta name="author" content="http://news.bbc.co.uk">
 <meta name="copyright" content="(C) British Broadcasting Corporation
2001">

A trailing slash is required by XML for "empty elements". Try replacing 
these elements with the following:

 <meta name="author" content="http://news.bbc.co.uk" />
 <meta name="copyright" content="(C) British Broadcasting Corporation
2001" />


Nick Buckley-ONLINE a écrit :
> 
> Why does the following:
> 
>     <meta name="title" content="Hand craft test"/>
>     <meta name="author" content="http://news.bbc.co.uk">
>     <meta name="copyright" content="(C) British Broadcasting Corporation
> 2001">
> 
> give me a BAD XML message?
> 
> \\ Nick
> 
> \\ Nick Buckley \ Multimedia Producer \ BBC News New Media
> Phone +44 208 225 7987 \ +44 7980 222 448
> http://news.bbc.co.uk \ http://nickbuckley.com
> 
> This e-mail, and any attachment, is confidential. If you have received
> it in error, please delete it from your system, do not use or disclose
> the information in any way, and notify me immediately. The contents of
> this message may contain personal views which are not the views of the
> BBC, unless specifically stated.

Received on Tuesday, 10 July 2001 05:57:34 UTC