<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<article>
  <articleinfo>
  <title>Sample DocBook Template</title>
  <author>
    <firstname>firstname here</firstname>
    <surname>lastname here</surname>
  </author>
  </articleinfo>
<sect1>
  <title>Section 1 Title</title>
<para>
This is a paragraph.  
</para>
  <sect2>
    <title>Section 2 Title</title>
    <para>
This is another paragraph...
    </para>
  </sect2>
  <sect2>
  <title>Section 2 pt. 2</title>
    <para>
Yet another paragraph...
    </para>
  </sect2>
</sect1>
</article>
