merge the formfield patch from ooo-build
[ooovba.git] / testautomation / xml / optional / input / docbook / informaltable.003.xml
blobe0f8c47e9a2ac264390c5ca4d6c54f48f9689b6b
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.003</title>
7 <releaseinfo role="CVS">$Id: informaltable.003.xml,v 1.2 2008-07-11 07:48:14 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    |   B    |   C    |   D    |
16 +........+        +........+        +
17 |   E    |        |   F    |        |
18 +        +        +........+........+
19 |        |        |        |   G    |
20 +........+........+........+........+
21 |   H    |        |   I    |   J    |
22 +........+........+........+........+
23 -->
25 <informaltable frame="all">
26 <tgroup cols="4">
27 <colspec colname="c3c" colnum="3"/>
28 <colspec colname="c4c" colnum="4"/>
29 <tbody>
30 <row>
31   <entry>A</entry>
32   <entry morerows="2">B</entry>
33   <entry>C</entry>
34   <entry morerows="1">D</entry>
35 </row>
36 <row>
37   <entry morerows="1">E</entry>
38   <entry>F</entry>
39 </row>
40 <row>
41   <entry namest="c4c">G</entry>
42 </row>
43 <row>
44   <entry>H</entry>
45   <entry namest="c3c">I</entry>
46   <entry>J</entry>
47 </row>
48 </tbody>
49 </tgroup>
50 </informaltable>
52 </article>