- From: madra <madra@madra.net>
- Date: Tue, 11 Apr 2006 13:54:50 +0100
- To: www-validator@w3.org
Validating Error [63]: "character data is not allowed here"
i'm getting this error with validating the url www.madra.net.
if you look at the validator result -
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.madra.net%
2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&verbose=1
and inspect the source code, you'll see that the error is generated
by an empty line. thinking that i may have a non-ascii character
messing up the document, i've run bbedit's "zap gremlins" function on
the code, as well as creating the documents afresh, and each time the
same error.
the page structure is...
"index.php"
< includes "header.php"
which itself..
<includes "metatags.php".
the error is either being generated as the last line of the
"metatags.php" file or the line immeadiately following the "include
("path to/metatags.php");" line in the "header.php" file. as said
above, all files have been checked for non-ascii characters and
created afresh but validator still sees something [???] in the code
at that point every time.
Received on Tuesday, 11 April 2006 14:16:13 UTC