What does this mean?

What does this mean?

am 19.12.2007 02:51:51 von unknown

Post removed (X-No-Archive: yes)

Re: What does this mean?

am 19.12.2007 02:54:43 von Michael Fesser

..oO(richard)

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

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

Re: What does this mean?

am 19.12.2007 02:59:59 von rf

"richard" wrote in message
news:t5ugm3tivau6d33a2ltlb7ukmj0j0tbdbo@4ax.com...
>
> 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.

>
>
> 1:
Yep, you are missing a ">".

Not so tricky after all :-)

> 2:
> 3:
> 4:

--
Richard.

Re: What does this mean?

am 19.12.2007 03:02:36 von unknown

Post removed (X-No-Archive: yes)