Re: another doubt on validator ...

On 2005-10-18 09:08, David Håsäther wrote:

>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.1 //EN"
>>"http://www.w3.org/TR/html4/loose.dtd">

[...]

> The validator will first use the FPI (-//W3C//DTD XHTML 1.1 //EN) to
> look up the DTD in a catalog. If it is found there, it doesn't have to
> check the system identifier.

Actually, looking further at this, the FPI is unknown due to an
extraneous space:

  -//W3C//DTD XHTML 1.1 //EN
                       ^

Since it is unknown, the validator will use the system id instead.

-- 
David Håsäther

Received on Tuesday, 18 October 2005 07:24:03 UTC