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