Re: CSS Validator Error

* Roland Unger wrote:
><?xml version="1.0" encoding="iso-8859-1" ?>
><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
><html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
><head>

vs.

><?xml version="1.0" encoding="iso-8859-1" ?>
><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>   "../../dtd/xhtml1-transitional.dtd">
><html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
><head>

It seems, the Validator doesn't resolve the relative URI reference
properly.
-- 
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 Monday, 23 April 2001 18:54:26 UTC