|
Posted by Andreas Prilop on June 6, 2008, 8:50 am
Please log in for more thread options
On Fri, 6 Jun 2008, Hendrik Maryns wrote:
> First of all, this is probably a little OT here,
> please point me to a better place if you deem that appropriate.
<news:comp.infosystems.www.servers.unix>
> The document is being served with the text/html Mime Type which is not a
> registered media type for the XHTML 1.1 Document Type. The recommended media
> type for this document is: application/xhtml+xml
Short answer:
Do not use application/xhtml+xml and XHTML 1.1 on the web if you want
to be read by everyone. You could do this for some testing etc.
For publication on the web, use text/html with HTML 4 Strict or
XHTML 1.0 Strict.
--
In memoriam Alan J. Flavell
http://groups.google.com/groups/search?q=author:Alan.J.Flavell
|