Ah, this appears to do the trick:
<IfModule mod_rewrite.c>RewriteEngine OnRewriteCond %{HTTP_ACCEPT} application/xhtml\+xmlRewriteRule \.html$ - [T=application/xhtml+xml]</IfModule>