W3C home > Mailing lists > Public > www-validator-css@w3.org > June 2001

Re: validating www.alexanderworks.org

From: Bjoern Hoehrmann <derhoermi@gmx.net>
Date: Mon, 11 Jun 2001 01:26:38 +0200
To: Philip Pawley <philip@alexanderworks.org>
Cc: www-validator-css@w3.org
Message-ID: <ke08itcvr7g6k7vau5b0snfd91na47t86d@4ax.com>
* Philip Pawley wrote:
>My pages validate as xhtml 1.0
>
>When I try to use the css validator on my html pages, I get this error 
>message:
>
>Target: http://www.alexanderworks.org/
>org.xml.sax.SAXException: Please, fix your system identifier (URI) in 
>the DOCTYPE rule.
>
>What's going on?

You have this XML declaration in your document:

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

But http://www.alexanderworks.org/DTD/xhtml1-transitional.dtd doesn't
exist. You better fix this and use
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd in your SYSTEM
identifier.
-- 
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, 10 June 2001 19:25:39 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:00:32 UTC