What does this mean?

R

richard

Line 4, Column 0: character "<" invalid: only delimiter ">", delimiter
"[", system identifier, "CDATA", "NDATA", "SDATA" and parameter
separators allowed.

<html>

1:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2:
3:
4:<html>
 
M

Michael Fesser

..oO(richard)
Line 4, Column 0: character "<" invalid: only delimiter ">", delimiter
"[", system identifier, "CDATA", "NDATA", "SDATA" and parameter
separators allowed.

<html>

1:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2:
3:
4:<html>

The document type declaration is not closed (missing '>' at the end of
line 1). There should also be URL or browsers will be thrown into quirks
mode.

Micha
 
R

rf

richard said:
Line 4, Column 0: character "<" invalid: only delimiter ">", delimiter
"[", system identifier, "CDATA", "NDATA", "SDATA" and parameter
separators allowed.

Hmmm. Tricky. I'd say you are missing a delimeter ">", a delimeter "[", a
system identifier, some "CDATA", "NDATA", "SDATA" or a parameter separator.
<html>

1:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

Yep, you are missing a ">".

Not so tricky after all :)
 
R

richard

.oO(richard)
Line 4, Column 0: character "<" invalid: only delimiter ">", delimiter
"[", system identifier, "CDATA", "NDATA", "SDATA" and parameter
separators allowed.

<html>

1:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2:
3:
4:<html>

The document type declaration is not closed (missing '>' at the end of
line 1). There should also be URL or browsers will be thrown into quirks
mode.

Micha

A case of couldn't see the forest through the trees.
Thanks.
At least it validates now.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top