RE: Works now - upload gives different error

Hi,

> Anyway, thanks to everybody who helped - it now works for me.
When running the same file through the validator's upload mode
(http://jigsaw.w3.org/css-validator/validator-upload.html), correctly, I get
a style sheet error, but not as to be expected something like
"could not access style-sheet", but "No style sheet found"?

Also, irrespective of whether I set the warnings to "Normal Report" or
"All", it get the below errors that raise the following additional
questions:
1) the file://localhost URI is wrong
2) It mentions line 25, but shows line?
etc.
Any idea what happened?

Rgds r.

W3C CSS Validator Results for file://localhost/index.en.html

To work as intended, your CSS style sheet needs a correct document parse
tree. This means you should use valid HTML.
Errors
URI : file://localhost/index.en.html

    * Line: 25

      Parse error - Unrecognized : <?xml version="1.0"
encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html
xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta
http-equiv="Content-Style-Type" content="text/css" /> <link rel="stylesheet"
title="Hands (Default)" href="../../hands-bg.css" type="text/css"
media="screen" /> <link rel="alternate stylesheet" title="Hands (Default)"
href="../../shuttle-bg.css" type="text/css" media="screen" /> <link
rel="shortcut icon" href="../../privasphere.ico" /> <meta
http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta
name="description" content="...keeping your information under your control"
/> <meta name="keywords" content="privacy,private browsing, private
shopping" /> <meta name="copyright" content="Copyright 2002 by PrivaSphere,
all rights reserved" /> <meta name="ROBOTS" content="follow,index" /> <meta
name="Content-Language" content="_LANG, _LANGUAGE" /> <meta name="GENERATOR"
content="m4, Emacs, Mozilla" /> <title>PrivaSphere HomePage</title> </head>
<body> <div id="links"> <br /> <a style="border: medium none ;
...

Received on Thursday, 24 October 2002 05:11:52 UTC