<?xml-stylesheet href="general.css"?>
<?xml-stylesheet href="#css" type="text/css"?>
<test>
 <css xml:id="css">
  assertion {
    color: green;
  }
 </css>
 <assertion>This line should be green.</assertion>
</test>
