<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  
    "./transitional.dtd"  [
   <!ENTITY btitle "The XHTML Language and Design Sourcebook" >
   <!ENTITY btitle.ital 
         "&#60;i>The XHTML Language and Design Sourcebook&#60;/i>"  >  
<!--   <!ENTITY btitle.ital 
         "&#60;i&#62;The XHTML Language and Design Sourcebook&#60;/i&#62;"  > -->
<!-- <!ENTITY btitle.ital 
         "&lt;i>The XHTML Language and Design Sourcebook&lt;/i>"  >  -->
]>
<?xml-stylesheet href="./sheet.css" type="text/css" media="screen" ?>
<html xmlns="http://www.w3.org/TR/xhtml1"> 
<head>
<title> Test document for XML processing components </title>
</head>
<body>
<h1> &btitle;: <br /> <i>XML Processing</i> </h1>
<p> In our book, &btitle.ital;, we discuss how XHTML documents can
  use various special XML mechanisms. For example, the following 
  <b> div</b> element contains a CDATA section: </p>
<div class="rawmarkup"><![CDATA[   
<html> 
  <head> 
    <title>  L'angst &agrave; la Poubelle -- 
             Une Histoire    </title>
  </head> 
  <body> .... 
  </body> 
</html> 
]]></div>
<p> And here is another paragraph after the <b>div</b> 
  containing the CDATA section. </p>
</body>
</html>

