Re: DOCTYPE

* Jan Zoethout wrote:
>Checking my homepage against your validator resulted in the
>following error-message:
>
>Target: http://httpd.chello.nl/~j.zoethout/
>org.xml.sax.SAXException: Please, fix your system identifier (URI) in the DOCTYPE rule. 
>
>My DOCTYPE rule is:
>
><!DOCTYPE html
>  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
>
>... , which, according to the W3C recommendation is 100% OK .....

Yes, but the Recommendation resides at http://www.w3.org/TR/xhtml1/ and
that URI is resolved as
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd and that URI _is_ ok,
but your pages don't reside there. Use the absolute URI and everything
works fine.
-- 
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 Saturday, 14 July 2001 06:46:35 UTC