Re: Cannot validate site...

* Ferdinand Grassmann wrote:
>Guten Tag www-validator-css,

Moin,

>  I have tried to validate some of my html/css files
>  (www.tvb.in-berlin.de/index.htm for instance), but only got an error
>  message that the doctype is not set correctly. I have set it
>  according to an XHTML document found on the w3 website. What am I
>  doing wrong?!

You are using a relative URI in your SYSTEM identifier:

<!DOCTYPE html
   PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "DTD/xhtml1-transitional.dtd">

this points at http://www.tvb.in-berlin.de/DTD/xhtml1-transitional.dtd.
Use http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd instead.
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Sunday, 8 July 2001 14:36:07 UTC