Re: Validator doesn't send HTTP_ACCEPT headers, "Conflict between Mime Type and Document Type" warning is incorrect.

On Tue, 31 Jul 2007, Sierk Bornemann wrote:

>> * if accept headers present, and application/xhtml+xml
>>   not accepted, send text/html
>> * else, send application/xhtml+xml
>
> I would be lucky, if I would have such rules for Apache's httpd.conf
> to satisfy that. Because it seems to be very difficult to check that
> way (application/xhtml+xml *not* accepted)

It is very easy:

   AddType   application/xhtml+xml;qs=0.95   xhtml

Try with
  http://www.unics.uni-hannover.de/nhtcapri/ruby-annotation

-- 
In memoriam Alan J. Flavell
http://groups.google.com/groups/search?q=author:Alan.J.Flavell

Received on Tuesday, 31 July 2007 12:56:11 UTC