<?xml-stylesheet href="general.css"?>
<?xml-stylesheet href="#css" type="text/css"?>
<test>
 <div id="css" xmlns="http://www.w3.org/1999/xhtml">
  assertion {
    color: green;
  }
 </div>
 <assertion>This line should be green.</assertion>
</test>
