<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
<book>
<bookinfo>
  <title>Another Example Book</title>
  <author>
    <firstname>Norman</firstname>
    <surname>Walsh</surname>
  </author>
  <copyright>
    <year>2004</year><holder>Sun Microsystems, Inc.</holder>
  </copyright>
</bookinfo>
<preface><title>Introduction</title>
<para>This is the introduction.</para>
</preface>
<chapter><title>The First Chapter</title>
<para>Here is the first chapter.</para>

<note>
<para>This is a really trivial example.</para>
</note>

<para>This is still the first chapter<footnote>
<para>In fact, the book only has one chapter.</para>
</footnote>
</para>

</chapter>

<appendix><title>An Appendix</title>
<para>There’s nothing here.</para>
</appendix>
</book>

