<?xml version="1.0"?>
 <!DOCTYPE doc [
 <!ATTLIST style id ID #REQUIRED>
 <!ENTITY aWithRingAndAcute "&#x01fb;">
 ]>
<?xml-stylesheet href="#sample" type="text/css" ?>
<doc>
 <style id="sample"><!-- doc { display: block; }
  p { font: 3em, Arial, sans-serif; } -->
 </style>
 <p>&aWithRingAndAcute; is a character 'a' with ring and acute.</p>
</doc>
