Re: Error Message Question

> I ran the validator on a file with the following beginning:
>
> <?xml version="1.0" encoding="utf-8" ?>
> <!DOCTYPE html PUBLIC "=//w3c//DTD XHTML 1.1//EN"
> "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
> ...
>
> and get:
>
> Failed validation, 0 error
> ...
> What's my problem?

The FPI is case sensitive, you should use:

  "-//W3C//DTD XHTML 1.1//EN"

Mark the difference between this FPI where W3C is uppercase and your
FPI where w3c is lowercase.

Cheers

jens

--
Jens Brueckmann
http://www.yalf.de

Received on Monday, 16 January 2006 20:08:13 UTC