- From: Masayasu Ishikawa <mimasa@w3.org>
 - Date: Wed, 11 Jul 2001 21:02:20 +0900
 - To: jfw@well.com
 - Cc: www-validator-css@w3.org
 
"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 08:02:19 UTC