summaryrefslogtreecommitdiff
path: root/test/testdocs/table.x001.xml
blob: 3245e70098f02e7d21ae3359d40987c88e53da53 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?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: table.x001</title>
<releaseinfo role="CVS">$Id$</releaseinfo>
<!-- Change this: -->
<author><firstname>Shaun</firstname><surname>McCance</surname>
        <affiliation><address><email>shaunm@gnome.org</email></address></affiliation>
</author>
</articleinfo>

<informaltable>
  <tgroup cols="5">
    <colspec colname="first"/>
    <colspec colname="second"/>
    <colspec colname="fourth" colnum="4"/>
    <colspec colname="fifth"/>
    <spanspec spanname="first-fourth"
	      namest="first" nameend="fourth"/>
    <spanspec spanname="fourth-fifth"
	      namest="fourth" nameend="fifth"/>
    <thead>
      <row>
	<entry>ONE</entry>
	<entry>TWO</entry>
	<entry>THREE</entry>
	<entry>FOUR</entry>
	<entry>FIVE</entry>
      </row>
    </thead>
    <tbody>
      <row rowsep="1">
	<entry spanname="first-fourth">colspan=4 colspan=4 colspan=4</entry>
	<entry>fe</entry>
      </row>
      <row>
	<entry>fi</entry>
	<entry>fo</entry>
	<entry morerows="2"><screen>fum
fum
fum
fum
fum
fum
fum
fum</screen></entry>
        <entry>fe fi</entry>
	<entry>fo fum</entry>
      </row>
      <row>
	<entry morerows="1"><screen>rowspan=2
rowspan=2
rowspan=2
rowspan=2</screen></entry>
	<entry colname="fourth">fourth</entry>
	<entry>fifth</entry>
      </row>
      <row>
	<entry>second</entry>
	<entry colname="fifth">fifth</entry>
      </row>
    </tbody>
  </tgroup>
</informaltable>

</article>