merge the formfield patch from ooo-build
[ooovba.git] / testautomation / xml / optional / input / docbook / informaltable.011.xml
blob5ed718934be1738ee7f1e4420aa329db9f5cda57
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.011</title>
7 <releaseinfo role="CVS">$Id: informaltable.011.xml,v 1.2 2008-07-11 07:49:36 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 |        |        |        |    F   |
16 +   A    +........+........+........+
17 |        |        B                 |
18 +........+                          +
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 morerows="1">A</entry>
32   <entry colname="c4a">F</entry>
33 </row>
34 <row>
35   <entry namest="c2a" nameend="c4a" morerows="1">B</entry>
36 </row>
37 <row>
38   <entry>C</entry>
39 </row>
40 </tbody>
41 </tgroup>
42 </informaltable>
44 </article>