<?xml-stylesheet href="general.css"?>
<?xml-stylesheet href="#css" type="text/css"?>
<!DOCTYPE test [
 <!ATTLIST style id ID #IMPLIED>
]>
<test>
 <style id="css">
  assertion {
    color: green;
  }
 </style>
 <assertion>This line should be green.</assertion>
</test>
