merge the formfield patch from ooo-build
[ooovba.git] / testautomation / xml / optional / input / docbook / table.001.xml
blobe9389078e783d0fa0407436a5ac57c14c7e53ca1
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: table.001</title>
7 <releaseinfo role="CVS">$Id: table.001.xml,v 1.2 2008-07-11 08:00:42 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 <table frame="all">
14 <title>TFoot Test</title>
15 <tgroup cols="2">
16 <tfoot>
17 <row>
18 <entry>Foot Left</entry>
19 <entry>Foot Right</entry>
20 </row>
21 </tfoot>
22 <tbody>
23 <row>
24 <entry>Body Left</entry>
25 <entry>Body Right</entry>
26 </row>
27 </tbody>
28 </tgroup>
29 </table>
31 </article>