[BUG] missing application/xhtml+xml in HTTP_ACCEPT

I'm actually doing some tests with XSLT and PHP in order to deliver 
pages in XHTML1.1 to browsers that can handle it (known with 
HTTP_ACCEPT) and HTML4.01 to others.

The validator doesn't send that it can handle application/xhtml+xml 
(XHTML1.1) though it can validate it.
So my programm send it the HTML4.01 version instead of XHTML1.1 one.

To go further, it would be usefull to be able to modify the HTTP_ACCEPT 
query of the validator, in order to test capabilities of different browsers.

Thanks

-- 
Vincent Robert
http://www.genezys.net

Received on Sunday, 13 July 2003 14:59:17 UTC