summaryrefslogtreecommitdiff
path: root/fml/doc/share/sgml/templates/table.sgml
blob: 8b9aea38d86184c1c575f75ad6d417a7e7f38164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<para>
  <table>
    <title> table description </title>
    <tgroup cols=2>

      <thead>
        <row>
          <entry> key 		</entry>
          <entry> value		</entry>
        </row>
      </thead>

      <tbody>
        <row>
          <entry> key1 		</entry>
          <entry> value1	 </entry>
        </row>

        <row>
          <entry> key2 		</entry>
          <entry> value2	 </entry>
        </row>
      </tbody>

    </tgroup>
  </table>
</para>