Re: end of Start Tag

On 14 Feb 2010, at 16:14, webmaster wrote:

> on the following site http://www.oekostromanbieter.org
> i'm getting the following message from the validator:
> 
> Line 32, Column 42: XML Parsing Error: Couldn't find end of Start Tag
> input line 32 
> <input type="hidden" name="Itemid" value=62 />
> 
> "/>" is the end. what can i do?

Fix the first error before worrying about ones after it. Sometimes they are cascading errors. 

  Line 32, Column 43: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
	<input type="hidden" name="Itemid" value=57 />

value="57" — with quotes.

-- 
David Dorward
http://dorward.me.uk

Received on Sunday, 14 February 2010 17:05:06 UTC