summaryrefslogtreecommitdiff
path: root/test/testdocs/informaltable.003.xml
blob: 9a7b6e31cc4b18ddad63a620d5d09204206fd9f8 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
          "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<article>
<articleinfo>
<title>Unit Test: informaltable.003</title>
<releaseinfo role="CVS">$Id: informaltable.003.xml 4056 2004-11-23 13:28:50Z nwalsh $</releaseinfo>
<author><firstname>Norman</firstname><surname>Walsh</surname>
        <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
</author>
</articleinfo>

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

<informaltable frame="all">
<tgroup cols="4">
<colspec colname="c3c" colnum="3"/>
<colspec colname="c4c" colnum="4"/>
<tbody>
<row>
  <entry>A</entry>
  <entry morerows="2">B</entry>
  <entry>C</entry>
  <entry morerows="1">D</entry>
</row>
<row>
  <entry morerows="1">E</entry>
  <entry>F</entry>
</row>
<row>
  <entry namest="c4c">G</entry>
</row>
<row>
  <entry>H</entry>
  <entry namest="c3c">I</entry>
  <entry>J</entry>
</row>
</tbody>
</tgroup>
</informaltable>

</article>