<?xml version="1.0"?>
<?xml-stylesheet href="apply-1.xsl"
                 type="text/xsl"?>
<novel>
   <foreword>
      <paragraph>
         This is the great American novel.
      </paragraph>
   </foreword>
   <chapter title="The Beginning">
      <paragraph>
         It was a dark and stormy night.
      </paragraph>
      <paragraph>
         Suddenly, a shot rang out!
      </paragraph>
   </chapter>
   <chapter title="The Middle">
      <paragraph>
         Someone screamed!
      </paragraph>
   </chapter>
</novel>
