Re: Validator errors

Hi Lars,

Le 3 janv. 2007 à 01:32, Lars Berg a écrit :
> Please, validate your XML document first!
> Line 6
> Column 77
> The element type "head" must be terminated by the matching end-tag  
> "</head>".
>
> However, there IS an ending </head> tag in my document:

Yes but you have closed twice the meta.
This is wrong

> <meta http-equiv="Content-type" content="text/html;  
> charset=iso-8859-1" /></meta>
> <meta name="GENERATOR" content="MapSpinner"></meta>

You should do:

<meta http-equiv="Content-type" content="text/html;  
charset=iso-8859-1"/>
<meta name="GENERATOR" content="MapSpinner"/>

Best Regards.

-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager, QA Activity Lead
   QA Weblog - http://www.w3.org/QA/
      *** Be Strict To Be Cool ***

Received on Wednesday, 3 January 2007 05:41:39 UTC