summaryrefslogtreecommitdiff
path: root/testautomation/xml/optional/input/docbook/informaltable.004.xml
blob: 76fafa95f57e2ac64a28f382adca8baae9def279 (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
<?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.004</title>
<releaseinfo role="CVS">$Id: informaltable.004.xml,v 1.2 2008-07-11 07:48:24 rt Exp $</releaseinfo>
<author><firstname>Norman</firstname><surname>Walsh</surname>
        <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
</author>
</articleinfo>

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

<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>F</entry>
</row>
<row>
  <entry namest="c5d">E</entry>
</row>
</tbody>
</tgroup>
</informaltable>

</article>