Re: doctype rule

* Pat Byrne wrote:
>Hi ....If it is not too much trouble to ask what this error means when I try to validate my CSS:
>
>org.xml.sax.SAXException: Please, fix your system identifier (URI) in the DOCTYPE rule. 
>My doctype is currently set as follows:
>
><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.W3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>
>If you could direct me as to where my problem lies I would be most grateful.

This is type of a bug, you have to write 'W3' all lower-case.
-- 
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 Monday, 15 October 2001 06:56:26 UTC