Update ooo320-m1
[ooovba.git] / testautomation / xml / optional / input / docbook / informaltable.005.xml
blob2983d78998e1724a56dfce9a9922f4b6f281abf0
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.005</title>
7 <releaseinfo role="CVS">$Id: informaltable.005.xml,v 1.2 2008-07-11 07:48: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 |        |   B    |        |   D    |
16 +   A    +........+   C    +........+
17 |        |        |        |   E    |
18 +........+........+........+........+
19 -->
21 <informaltable frame="all">
22 <tgroup cols="4">
23 <colspec colname="c4a" colnum="4"/>
24 <tbody>
25 <row>
26   <entry morerows="1">A</entry>
27   <entry>B</entry>
28   <entry morerows="1">C</entry>
29   <entry>D</entry>
30 </row>
31 <row>
32   <entry namest="c4a">E</entry>
33 </row>
34 </tbody>
35 </tgroup>
36 </informaltable>
38 </article>