Update ooo320-m1
[ooovba.git] / testautomation / xml / optional / input / docbook / informaltable.004.xml
blob76fafa95f57e2ac64a28f382adca8baae9def279
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.004</title>
7 <releaseinfo role="CVS">$Id: informaltable.004.xml,v 1.2 2008-07-11 07:48:24 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="5">
27 <colspec colname="c3d" colnum="3"/>
28 <colspec colname="c4d" colnum="4"/>
29 <colspec colname="c5d" colnum="5"/>
30 <tbody>
31 <row>
32   <entry morerows="2">A</entry>
33 </row>
34 <row>
35   <entry>B</entry>
36   <entry namest="c4d" nameend="c5d">C</entry>
37 </row>
38 <row>
39   <entry namest="c3d" morerows="1">D</entry>
40   <entry>F</entry>
41 </row>
42 <row>
43   <entry namest="c5d">E</entry>
44 </row>
45 </tbody>
46 </tgroup>
47 </informaltable>
49 </article>