merge the formfield patch from ooo-build
[ooovba.git] / testautomation / xml / optional / input / docbook / informaltable.010.xml
blobf161073d2328b4e90a2bfcb9f9f6c0499f6c8c43
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: informaltable.010</title>
7 <releaseinfo role="CVS">$Id: informaltable.010.xml,v 1.2 2008-07-11 07:49:26 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 <!--
14 +........+........+........+........+
15 |   A    |        |        |    F   |
16 +........+........+........+........+
17 |        |   B    |                 |
18 +........+........+        D        +
19 |   C    |        |                 |
20 +........+........+........+........+
21 -->
23 <informaltable frame="all">
24 <tgroup cols="4">
25 <colspec colname="c1a" colnum="1"/>
26 <colspec colname="c2a" colnum="2"/>
27 <colspec colname="c3a" colnum="3"/>
28 <colspec colname="c4a" colnum="4"/>
29 <tbody>
30 <row>
31   <entry>A</entry>
32   <entry colname="c4a">F</entry>
33 </row>
34 <row>
35   <entry colname="c2a">B</entry>
36   <entry namest="c3a" nameend="c4a" morerows="1">D</entry>
37 </row>
38 <row>
39   <entry>C</entry>
40 </row>
41 </tbody>
42 </tgroup>
43 </informaltable>
45 </article>