summaryrefslogtreecommitdiff
path: root/test/testdocs/table.x001.xml
blob: e527d06ce8c786cfca1beda5c51f3c6f3ca03a90 (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
<?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>
    <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">rowspan=4</entry>
	<entry>fe</entry>
      </row>
      <row>
	<entry>fi</entry>
	<entry>fo</entry>
	<entry>fum</entry>
      </row>
      <row>
	<entry colname="fourth">fourth</entry>
	<entry>fifth</entry>
      </row>
    </tbody>
  </tgroup>
</informaltable>

</article>