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