Update ooo320-m1
[ooovba.git] / testautomation / xml / optional / input / docbook / table.003.xml
blobdfc53b244c24637c58bd557b1f6baf44ad865839
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.003</title>
7 <releaseinfo role="CVS">$Id: table.003.xml,v 1.2 2008-07-11 08:01: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 <para>Just a normal paragraph with a footnote<footnote><para>This is the
14 footnote.</para></footnote>.</para>
16 <table frame="none">
17 <title>Server machine minimum required
18 software<footnote><para>Table title footnote test.</para></footnote></title>
19 <indexterm>
20 <primary>System requirements</primary>
21 <secondary>Software</secondary>
22 </indexterm>
23 <tgroup cols="1">
24 <colspec colname="col1" colnum="1" colwidth="2.50in"/>
25 <thead valign="top">
26 <row>
27 <entry>Foo<footnote><para>Table cell footnote test.</para></footnote></entry>
28 </row>
29 </thead>
30 <tbody>
31 <row>
32 <entry>foo</entry>
33 </row>
34 </tbody>
35 </tgroup>
36 </table>
38 </article>