Re: Porblems with the validator and XHTML

* Raphael Giromini wrote:
>I try to validate http://www.usenet-fr.net/ and i did for the XHTML. See:
>http://validator.w3.org/check/referer?uri=http%3A%2F%2Fwww.usenet-fr.net%2F
>
>But when I try to validate the CSS, I get this page:
>http://jigsaw.w3.org/css-validator/validator?uri=http://www.usenet-fr.net/
>
>Who tells me to "Validate the XML document first". Where is the problem?

Your SYSTEM identifier in your document type declaration:

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

you are pointing to http://www.usenet-fr.net/DTD/xhtml1-strict.dtd with
that identifier, but the ressource does not exist. You should rather
point to http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd

I really hope that the examples in XHTML 1.0 Second Edition will use an
absolute URI...
-- 
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 Thursday, 10 May 2001 18:56:03 UTC