Sv: Re: [www-validator] <none>

Great! 

That made me understand the problem. Now, the follow up 
question. Can I get some DTD-files for other languages, for example 
swedish. Have looked briefly through the installation-docs but can't 
find anything.

Thanks for the help!
/Jens Backeman


----Ursprungligt 
meddelande----
Från: david@dorward.me.uk
Datum: Aug 15, 2005 6:07:03 PM
Till: Jens Backeman <jens.bman@telia.com>
Kopia: www-validator@w3.org
Ärende: Re: [www-validator] <none>


On Mon, Aug 15, 2005 at 06:01:58PM 
+0200, Jens Backeman wrote:

> I tried some of my own sites, google and 
http://validator.w3.org and
> 'yours' where the only one that passed. 
Can it be that I'm using
> XHTML 1.0 Transitional//SV on my pages?

Probably - XHTML 1.0 Transitional//SV is not a standard Doctype.

Try:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http:
//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

(Note: "EN" is 
the language the DTD is written in, NOT the
document. Use the lang and 
xml:lang attributes for specifying the
document language, along with 
the Content-Language HTTP header.)

(Please send responses to the 
mailing list, and do not CC me - I am
subscribed).

-- 
David 
Dorward                                      http://dorward.me.uk

Received on Monday, 15 August 2005 16:43:09 UTC