Update ooo320-m1
[ooovba.git] / testautomation / xml / optional / input / docbook / informaltable.002.xml
blob9de04b7129e06186ce8904cf0c954342d7a4759a
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.002</title>
7 <releaseinfo role="CVS">$Id: informaltable.002.xml,v 1.2 2008-07-11 07:48:04 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    |
22 +........+........+........+........+
23 -->
25 <informaltable frame="all">
26 <tgroup cols="4">
27 <colspec colname="c4b" colnum="4"/>
28 <tbody>
29 <row>
30   <entry>A</entry>
31   <entry>B</entry>
32   <entry morerows="2">C</entry>
33   <entry morerows="2">D</entry>
34 </row>
35 <row>
36   <entry morerows="2">E</entry>
37   <entry>F</entry>
38 </row>
39 <row>
40   <entry>G</entry>
41 </row>
42 <row>
43   <entry>H</entry>
44   <entry namest="c4b">I</entry>
45 </row>
46 </tbody>
47 </tgroup>
48 </informaltable>
50 </article>