Re: org.xml.sax.SAXException Error when validating HTML with CSS

* Tom Alsberg wrote:
>org.xml.sax.SAXException: Please, fix your system identifier (URI) in
>the DOCTYPE rule

Your SYSTEM Identifier should point to

  <!DOCTYPE html 
       PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

You XML document isn't valid otherwise. Yes, the HTML Validator says
otherwise, this is a known bug.
-- 
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, 15 July 2001 07:17:49 UTC