XHTML - tentatively valid ?! (content-type, doctype)

Mám vytvořené stránky v XHTML 1.0 Strict a validátor od W3C mi píše, že jsou "Tentatively Valid" a uvádí tyto 2 důvody:

1) Note: The HTTP Content-Type header sent by your web browser (unknown) did not contain a "charset" parameter, but the Content-Type was one of the XML text/* sub-types (text/xml). The relevant specification (RFC 3023) specifies a strong default of "us-ascii" for such documents so we will use this value regardless of any encoding you may have indicated elsewhere. If you would like to use a different encoding, you should arrange to have your browser send this new encoding information.

2) DOCTYPE Override in effect! Any DOCTYPE Declaration in the document has been suppressed and the DOCTYPE for «XHTML 1.0 Strict» inserted instead. The document will not be Valid until you alter the source file to reflect this new DOCTYPE.

Vůbec nevím co s tím, ve zdrojáku to vypadá takhle:
<?xml version="1.0" encoding="windows-1250"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
<meta http-equiv="Content-language" content="cs" />

(http://heliport.wz.cz/cteni.html)
Nevíte někdo, jak dosíci opravdu validních XHTML stránek?

Hmmm, tak předtím jsem to validoval z lokálního adresáře a prd a teď jsem dal přímo URL adresu a už to hlásí "This Page Is Valid XHTML 1.0 Strict!" tak možná je to v tom ikdyž to nechápu.
No zrejme si pri validaci zapl doctype overriding (vyberem v roletce, tam bys mel nechat autodetect, protoze ta slouzi pro validovani stranek bez doctype)

jinak mi klasicka validace funguje, ale mas tam spoustu chyb..

http://validator.w3.org/check?uri=http://heliport.wz.cz/cteni.html
a.. uz je to OK sorry