A maioria dos servidores web serve conteúdo XHTML como text / html, o que é definitivamente a maneira certa de lidar com documentos XHTML. Caso o servidor não esteja fazendo isso corretamente, você pode forçá-lo em servidores Apache com .htaccess:
RewriteEngine On RewriteCond %(HTTP_ACCEPT) application/xhtml\+xml RewriteCond %(HTTP_ACCEPT) !application/xhtml\+xml\s*;\s*q=0 RewriteCond %(REQUEST_URI) \.html$ RewriteCond %(THE_REQUEST) HTTP/1\.1 RewriteRule .* - "(T=application/xhtml+xml; charset=ISO-8859-1)"