<?xml version="1.0"?>
<book xmlns="http://docbook.org/ns/docbook" version="5.0">
  <bookinfo>
    <title>An Example Book in DocBook v5.0</title>
    <author>
      <firstname>Doe</firstname>
      <surname>John</surname>
      <affiliation>
        <address><email>jdoe@example.com</email></address>
      </affiliation>
    </author>
    <copyright>
      <year>2000</year>
      <holder>Copyright (c) Gandalf Incorporated</holder>
    </copyright>
    <abstract>
      <para>If your book has an abstract then it should go here.</para>
    </abstract>
  </bookinfo>
  <preface>
    <title>Preface</title>
    <para>Your book may have a preface, in which case it should be placed
      here.</para>
  </preface>
  <chapter>
    <title>My first chapter</title>
    <para>This is the first chapter in my book.</para>
    <sect1>
      <title>My first section</title>
      <para>This is the first section in my book.</para>
    </sect1>
  </chapter>
</book>
