<?xml-stylesheet href="general.css"?>
<?xml-stylesheet href="#css" type="text/css"?>
<test>
 <style xmlns="http://www.w3.org/1999/xhtml">
  @import url(#test);
  assertion { color: green; }
 </style>
 <div id="test" xmlns="http://www.w3.org/1999/xhtml">
  assertion { background: red; color: yellow; }
 </div>
 <assertion>This line should be green.</assertion>
 <!-- This tests that only the PI is allowed to link to XML docs -->
</test>
