Re: validator change?

but it always used to work!  oh well, thanks.  

- jfw

----------------------------------------------------------------------
From: Masayasu Ishikawa <mimasa@w3.org>
Subject: Re: validator change?
Date: Wed, 11 Jul 2001 21:02:20 +0900
To: jfw@well.com
Cc: www-validator-css@w3.org
X-Dispatcher: imput version 990905(IM130)

"John F. Whitehead" <jfw@well.com> wrote:

> I'm getting the error
> 
> org.xml.sax.SAXException: Please, fix your system identifier (URI) in the DOCTYPE rule. 
> 
> when my doctype is
> 
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
>     "http://www.w3.org/TR/xhtml1/DTD/strict.dtd">

There's no such DTD at the URI you specified.  It should be:

    http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd

Regards,
-- 
Masayasu Ishikawa / mimasa@w3.org
W3C - World Wide Web Consortium

Received on Wednesday, 11 July 2001 09:48:03 UTC