<?xml version="1.0" standalone="no"?>
<!DOCTYPE novel SYSTEM "novel.dtd">
<?xml-stylesheet href="styles.css" type="text/css"?>
<novel>
   <foreword>
      <paragraph>
         This is the great American novel.
      </paragraph>
   </foreword>
   <chapter>
      <paragraph>
         It was a dark and stormy night.
      </paragraph>
      <paragraph>
         Suddenly, a shot rang out!
      </paragraph>
   </chapter>
</novel>
