merge the formfield patch from ooo-build
[ooovba.git] / testautomation / xml / optional / input / docbook / informaltable.012.xml
blobbffc2c3c4f9e12745d3fb3489254cfc90fba485d
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.012</title>
7 <releaseinfo role="CVS">$Id: informaltable.012.xml,v 1.2 2008-07-11 07:49: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        |
18 +........+........+........+
19 -->
21 <informaltable frame="all">
22 <tgroup cols="3">
23 <colspec colname="c2a" colnum="2"/>
24 <colspec colname="c3a" colnum="3"/>
25 <tbody>
26 <row>
27   <entry>A</entry>
28 </row>
29 <row>
30   <entry namest="c2a" nameend="c3a">B</entry>
31 </row>
32 </tbody>
33 </tgroup>
34 </informaltable>
36 </article>