Re: org.xml.sax.SAXException: Please, fix your system identifier (URI) in the DOCTYPE rule.

* David Broderick wrote:
>I used the validation  service on target:
>Target: http://www.bwaynet.com/donparsons/index.htm
>and got error:
>org.xml.sax.SAXException: Please, fix your system identifier (URI) in
>the DOCTYPE rule.

This should by the way be "DOCTYPE declaration" or "document type
declaration".

>Any help on what it means or where to find more information would be
>appreciated

You are pointing to 

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

in your DOCTYPE declaration. This redirects to 

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

use this system identifier to reference the XHTML 1.0 Strict DTD.
-- 
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 Wednesday, 23 May 2001 19:47:39 UTC