merge the formfield patch from ooo-build
[ooovba.git] / testautomation / xml / optional / input / docbook / table.006.xml
blob50803d38c79f5fc191399a1fb90322422a0918aa
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                   "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
4 <article>
5 <articleinfo>
6 <title>Unit Test: table.006</title>
7 <releaseinfo role="CVS">$Id: table.006.xml,v 1.2 2008-07-11 08:01:34 rt Exp $</releaseinfo>
8 <author><firstname>Norman</firstname><surname>Walsh</surname>
9         <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
10 </author>
11 </articleinfo>
13 <para>All frames:</para>
15 <informaltable frame="all">
16 <tgroup cols="3">
17 <tbody>
18 <row>
19 <entry>a foo</entry>
20 <entry>a bar</entry>
21 <entry>a baz</entry>
22 </row>
23 <row>
24 <entry>b foo</entry>
25 <entry>b bar</entry>
26 <entry>b baz</entry>
27 </row>
28 <row>
29 <entry>c foo</entry>
30 <entry>c foo</entry>
31 <entry>c baz</entry>
32 </row>
33 </tbody>
34 </tgroup>
35 </informaltable>
37 <para>No frames:</para>
39 <informaltable frame="none">
40 <tgroup cols="3">
41 <tbody>
42 <row>
43 <entry>a foo</entry>
44 <entry>a bar</entry>
45 <entry>a baz</entry>
46 </row>
47 <row>
48 <entry>b foo</entry>
49 <entry>b bar</entry>
50 <entry>b baz</entry>
51 </row>
52 <row>
53 <entry>c foo</entry>
54 <entry>c foo</entry>
55 <entry>c baz</entry>
56 </row>
57 </tbody>
58 </tgroup>
59 </informaltable>
61 <para>Outer edge:</para>
63 <informaltable frame="all">
64 <tgroup cols="3" rowsep="0" colsep="0">
65 <tbody>
66 <row>
67 <entry>a foo</entry>
68 <entry>a bar</entry>
69 <entry>a baz</entry>
70 </row>
71 <row>
72 <entry>b foo</entry>
73 <entry>b bar</entry>
74 <entry>b baz</entry>
75 </row>
76 <row>
77 <entry>c foo</entry>
78 <entry>c foo</entry>
79 <entry>c baz</entry>
80 </row>
81 </tbody>
82 </tgroup>
83 </informaltable>
85 <para>Rows:</para>
87 <informaltable frame="topbot">
88 <tgroup cols="3" rowsep="1" colsep="0">
89 <tbody>
90 <row>
91 <entry>a foo</entry>
92 <entry>a bar</entry>
93 <entry>a baz</entry>
94 </row>
95 <row>
96 <entry>b foo</entry>
97 <entry>b bar</entry>
98 <entry>b baz</entry>
99 </row>
100 <row>
101 <entry>c foo</entry>
102 <entry>c foo</entry>
103 <entry>c baz</entry>
104 </row>
105 </tbody>
106 </tgroup>
107 </informaltable>
109 <para>Columns:</para>
111 <informaltable frame="sides">
112 <tgroup cols="3" rowsep="0" colsep="1">
113 <tbody>
114 <row>
115 <entry>a foo</entry>
116 <entry>a bar</entry>
117 <entry>a baz</entry>
118 </row>
119 <row>
120 <entry>b foo</entry>
121 <entry>b bar</entry>
122 <entry>b baz</entry>
123 </row>
124 <row>
125 <entry>c foo</entry>
126 <entry>c foo</entry>
127 <entry>c baz</entry>
128 </row>
129 </tbody>
130 </tgroup>
131 </informaltable>
133 <para>Tic Tac Toe:</para>
135 <informaltable frame="none">
136 <tgroup cols="3" rowsep="0" colsep="0">
137 <colspec colnum="1" colsep="1"/>
138 <colspec colnum="2" colsep="1"/>
139 <tbody>
140 <row rowsep="1">
141 <entry>a foo</entry>
142 <entry>a bar</entry>
143 <entry>a baz</entry>
144 </row>
145 <row rowsep="1">
146 <entry>b foo</entry>
147 <entry>b bar</entry>
148 <entry>b baz</entry>
149 </row>
150 <row>
151 <entry>c foo</entry>
152 <entry>c foo</entry>
153 <entry>c baz</entry>
154 </row>
155 </tbody>
156 </tgroup>
157 </informaltable>
159 <para>Box in the middle:</para>
161 <informaltable frame="none">
162 <tgroup cols="3">
163 <tbody>
164 <row>
165 <entry>a foo</entry>
166 <entry rowsep="1">a bar</entry>
167 <entry>a baz</entry>
168 </row>
169 <row>
170 <entry colsep="1">b foo</entry>
171 <entry colsep="1" rowsep="1">b bar</entry>
172 <entry>b baz</entry>
173 </row>
174 <row>
175 <entry>c foo</entry>
176 <entry>c foo</entry>
177 <entry>c baz</entry>
178 </row>
179 </tbody>
180 </tgroup>
181 </informaltable>
183 <para>Jigsaw:</para>
185 <informaltable frame="all">
186 <tgroup cols="3" rowsep="0" colsep="0">
187 <tbody>
188 <row>
189 <entry rowsep="1">a foo</entry>
190 <entry colsep="1">a bar</entry>
191 <entry>a baz</entry>
192 </row>
193 <row>
194 <entry colsep="1">b foo</entry>
195 <entry colsep="1" rowsep="1">b bar</entry>
196 <entry>b baz</entry>
197 </row>
198 <row>
199 <entry>c foo</entry>
200 <entry>c foo</entry>
201 <entry>c baz</entry>
202 </row>
203 </tbody>
204 </tgroup>
205 </informaltable>
207 </article>