<?xml version='1.0'?>
<!-- DOCTYPE book PUBLIC "-//Norman Walsh//DTD DocBk XML V3.1.4//EN"
   "http://nwalsh.com/docbook/xml/3.1.4/db3xml.dtd" -->

<article status="draft">
  <title>DocBook Article</title>

  <section>
     <title>Section 1</title>

     <para>This is the text of section 1.</para>

     <section>
        <title>Section 1.1</title>
        <para>This is the text of section 1.1.</para>
     </section>

     <section>
        <title>Section 1.2</title>
        <para>This is the text of section 1.2.</para>
     </section>
  </section>

  <section>
     <title>Section 2</title>
     <para>This is paragraph 1 of section 2.</para>
     <para>This is paragraph 2 of section 2.</para>
     <example>
        <title>ABC Example:</title>
        <programlisting>
X:1
T:Tuesday Evening Before Dinner
M:6/8
K:G
D | BAG E2 D | G3 G2 ...</programlisting>
     </example>
  </section>

</article>