Bug: Wrong XHTML namespace

Tidy uses an incorrect XHTML 1.0 Namespace, even if i give the korrekt
namespace:

Q:\xslt\intro>tidy

Tidy (vers 4th August 2000) Parsing console input (stdin)
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title/></head><body>
^Z
line 3 column 1 - Warning: html namespace doesn't match content

stdin: Document content looks like XHTML 1.0 Strict
1 warnings/errors were found!

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org" />
<title />
</head>
<body>
</body>
</html>

regards,
--
Björn Höhrmann ^ mailto:bjoern@hoehrmann.de ^ http://www.bjoernsworld.de
am Badedeich 7 ° Telefon: +49(0)4667/981ASK ° http://bjoern.hoehrmann.de
25899 Dagebüll # PGP Pub. KeyID: 0xA4357E78 # http://learn.to/quote +{i}
               --- Usenet - Kein Club! Kein Kaufzwang! ---

Received on Sunday, 27 August 2000 17:40:54 UTC