Posted by Andy Hassall on 10/30/06 17:10
On 30 Oct 2006 09:02:18 -0800, "BKDotCom" <bkfake-google@yahoo.com> wrote:
>John Dunlop wrote:
>> Run it through a validator. You'll find it's valid.
>
>Will I?
You certainly should. I've just tried it against the W3C validator, and it
agreed it's valid.
>http://validator.w3.org/check
>Warning character "<" is the first character of a delimiter but
>occurred as data
>This message may appear in several cases:
> * You tried to include the "<" character in your page: you should
>escape it as "<"
> * You used an unescaped ampersand "&": this may be valid in some
>contexts, but it is recommended to use "&", which is always safe.
> * Another possibility is that you forgot to close quotes in a
>previous tag.
Result: Passed validation
File: test.html
Encoding: iso-8859-1
Doctype: HTML 4.01 Transitional
This Page Is Valid HTML 4.01 Transitional!
Here's what I uploaded:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form method="post" action="test.php">
<input type="text" name="x><y" id="xy">
</form>
</body>
</html>
(the <meta> being there because I validated it by upload rather than from a
real site that would have sent the relevant HTTP header instead)
What did you upload?
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|