- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 10 Oct 2008 08:30:50 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6151
Summary: Line 1, Column 0: end of document in prolog.
Product: Validator
Version: HEAD
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: check
AssignedTo: dave.null@w3.org
ReportedBy: eric.andrieux@leshop.ch
QAContact: www-validator-cvs@w3.org
Seems that the validator doesn't support local files anymore
I sent this file:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
</body>
</html>
and got
Error found while checking this document as HTML 4.01 Transitional!
Result: 1 Error, 2 warning(s)
No Character Encoding Found! Falling back to UTF-8.
Unable to Determine Parse Mode!
Validation Output: 1 Error
Line 1, Column 0: end of document in prolog.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 10 October 2008 08:31:25 UTC