summaryrefslogtreecommitdiff
path: root/test/testdocs/informaltable.014.xml
blob: 6ec8ae7927241662407bd05eccf0bb8197950994 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<article>
<articleinfo>
<title>Unit Test: informaltable.014</title>
<releaseinfo role="CVS">$Id$</releaseinfo>
<author><firstname>Norman</firstname><surname>Walsh</surname>
        <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
</author>
</articleinfo>

<!--
+........+........+........+........+........+
|   A    |        |        |        |        |
+        +........+........+........+........+
|        |   B    |        |        C        |
+        +........+........+........+........+
|        |        |   D    |   G    |        |
+........+........+        +........+........+
|        |        |        |        |   E    |
+........+........+........+........+........+
|        |        |            F             |
+........+........+........+........+........+
-->

<informaltable frame="all">
<tgroup cols="5">
<colspec colname="c3d" colnum="3"/>
<colspec colname="c4d" colnum="4"/>
<colspec colname="c5d" colnum="5"/>
<tbody>
<row>
  <entry morerows="2">A</entry>
</row>
<row>
  <entry>B</entry>
  <entry namest="c4d" nameend="c5d">C</entry>
</row>
<row>
  <entry namest="c3d" morerows="1">D</entry>
  <entry>G</entry>
</row>
<row>
  <entry namest="c5d">E</entry>
</row>
<row>
  <entry namest="c3d" nameend="c5d">F</entry>
</row>
</tbody>
</tgroup>
</informaltable>

</article>