Re: Seems to be a bug in HTML Validator

* "Henry" <hsavr@attglobal.net> wrote:
| <!DOCTYPE html
|      PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|     "DTD/xhtml1-strict.dtd">

Here is the Problem. The path to the DTD is relative to
http://www.w3.org/TR/xhtml1/ but you are validation from a different base URI,
so the URI is resolved differently and the validator cannot find the DTD.

A very very bad example in the recommandation, but no error.
--
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}
    --- All I want for Christmas is well-formedness -- Evan Lenz ---

Received on Tuesday, 19 September 2000 11:24:41 UTC