<?xml version="1.0" ?>
<doc>
  <title>A Happy Document is an XML Document</title>
  <chapter>
    <title> Chapter One: XML is Fun! </title>
    <section>
      <title>Section Title: Why XML?</title>
       <para>This is a test paragraph.</para>
       <note>This is a note, which is different
             from a paragraph.</note>
    </section>
    <section>
      <title> XML and Personal Happiness </title>
      <para> Here is another fancy paragraph.</para>
      <para> Here is an <important> important </important>
         paragraph that follows the previous paragraph.
      </para>
    </section>
  </chapter>
  <chapter>
    <title> Chapter Two: Don't Throw a Bird! </title>
    <section>
      <title>Section 2.2-- Why a Bird! </title>
       <para>This is a test paragraph. My but don't
          these examples get more and more
          interesting ...</para>
    </section>
  </chapter>
</doc>
