Re: validator error

* Jonathon Isaac Swiderski wrote:
>when trying to validate the css for page 
>[http://www.oberlin.edu/~PAN/index.html], i receive the error
>
>     Target: http://www.oberlin.edu/~PAN/index.html
>     org.xml.sax.SAXException: Please, fix your system identifier (URI) in 
>the DOCTYPE rule.

You are using

<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "DTD/xhtml1-transitional.dtd">

which yields in http://www.oberlin.edu/~PAN/DTD/xhtml1-transitional.dtd
where the DTD isn't. Use
<http://www.w3.org/TR/xhtml1/xhtml1-transitional.dtd> instead.

>when trying to validate the css files 
>[http://www.oberlin.edu/~PAN/panhome.css] or 
>[http://www.oberlin.edu/~PAN/pan.css], i receive the error
>
>     Target: http://www.oberlin.edu/~PAN/panhome.css
>     I/O Error: Unknown mime type : application/x-pointplus
>
>I have never received these error before, have never had a problem with 
>.css files on this server before, and have no administrative access to the 
>server.

Your server responds with the wrong MIME type, contact your admin to fix
this, otherwise your stylesheets will break.
-- 
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 Thursday, 28 June 2001 16:54:08 UTC