<?xml version="1.0"?>
<article xmlns="http://docbook.org/ns/docbook">
  <section ID="simple_tables">
    <sectioninfo/>
    <title>Table with list</title>
    <table>
      <tgroup>
        <thead>
          <row>
            <entry>
              <para>col 1  </para>
            </entry>
            <entry>
              <para>col 2</para>
            </entry>
          </row>
        </thead>
        <tbody>
          <row>
            <entry>
              <para>1      </para>
            </entry>
            <entry>
              <para>Second column of row 1.</para>
            </entry>
          </row>
          <row>
            <entry>
              <para>2       </para>
            </entry>
            <entry>
              <para>Second column of row 2. Second line of paragraph.</para>
            </entry>
          </row>
          <row>
            <entry>
              <para>3      </para>
            </entry>
            <entry>
              <itemizedlist>
                <listitem>
                  <para>Second column of row 3.</para>
                </listitem>
                <listitem>
                  <para>Second item in bullet list (row 3, column 2).</para>
                </listitem>
              </itemizedlist>
            </entry>
          </row>
        </tbody>
      </tgroup>
    </table>
  </section>
</article>
