<!--
< ?php
 header("content-type:application/xml;charset=utf-8");
 header("content-language:x-example");
? >
-->
<test xmlns:xhtml="http://www.w3.org/1999/xhtml">
 <xhtml:title>:lang test using the 'content-language' header</xhtml:title>
 <xhtml:style type="text/css">
  :lang(x-example){
   background:lime;
  }
 </xhtml:style>
 <xhtml:p>This page should have a green background</xhtml:p>
</test>