Beta: Charset attribute

I get

"Note: The HTTP Content-Type field did not contain a "charset"
attribute, but the Content-Type was one of the XML text/* sub-types.
(...)"

when I have

<meta http-equiv="content-type" content='text/html;
charset="iso-8859-1"' />

(or

<meta http-equiv="content-type" content='text/html; charset=iso-8859-1'
/>,

no matter). This is the document I uploaded:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nb" lang="nb">
<head>
<title></title>
<meta http-equiv="content-type" content='text/html;
charset="iso-8859-1"' />
<meta http-equiv="content-language" content="nb" />
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
</head>
<body>
</body>
</html>

Einar Westermann

Received on Thursday, 31 October 2002 10:01:51 UTC