Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > What does this mean?

Reply
Thread Tools

What does this mean?

 
 
richard
Guest
Posts: n/a
 
      12-19-2007

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>
 
Reply With Quote
 
 
 
 
Michael Fesser
Guest
Posts: n/a
 
      12-19-2007
..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
 
Reply With Quote
 
 
 
 
rf
Guest
Posts: n/a
 
      12-19-2007

"richard" <> wrote in message
news:...
>
> 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

> 2:
> 3:
> 4:<html>


--
Richard.


 
Reply With Quote
 
richard
Guest
Posts: n/a
 
      12-19-2007
On Wed, 19 Dec 2007 02:54:43 +0100, Michael Fesser <>
wrote:

>.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.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
.NET 2.0 ASPx Page does not load, but HTM does prabhupr@hotmail.com ASP .Net 1 02-08-2006 12:57 PM
Button OnClick does not fire on first postback, but does on second Janet Collins ASP .Net 0 01-13-2006 10:08 PM
Does the 2.0 Framework come out when Visual Studio .NET 2005 does? needin4mation@gmail.com ASP .Net 3 10-07-2005 12:55 AM
CS0234 Global does not exist ... but it genuinely does Bill Johnson ASP .Net 0 07-08-2005 06:34 PM
Does no one else think microsoft does a poor job? =?Utf-8?B?SmVyZW15IEx1bmRncmVu?= Wireless Networking 2 11-20-2004 12:17 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57