[VE][63] Error Message Feedback

Validating Error [63]: "character data is not allowed here"

Hi, i keep getting this error if i add anything inside the head of my
xhtml-mp web document. For instance, this is the head of my document:

<head>
	<meta name="description" content="Johnex.se Mobile"/>
	<meta http-equiv="Cache-Control" content="no-cache, must-revalidate"/>
	<link href="templates/xhtml/style.css" type="text/css" rev="stylesheet"
rel="stylesheet"/>
	<title>Johnex.se Mobile</title>
</head>

This is the error i get in the validator:

-------------------------------------------------------------------

Error  Line 16 column 53: character data is not allowed here.

	<meta name="description" content="Johnex.se Mobile"/>

You have used character data somewhere it is not permitted to appear.
Mistakes that can cause this error include putting text directly in the
body of the document without wrapping it in a container element (such as a
<p>aragraph</p>) or forgetting to quote an attribute value (where
characters such as "%" and "/" are common, but cannot appear without
surrounding quotes).

-------------------------------------------------------------------

What is wrong? Could this be a bug in the validator, or have i made a
mistake somewhere?

PS, my doctype is <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile
1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">

Received on Wednesday, 21 June 2006 18:17:01 UTC