Update ooo320-m1
[ooovba.git] / testautomation / xml / optional / input / docbook / table.005.xml
blob2272ec84d09e7c24fa2d69a5c8bcbd18368d6010
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.005</title>
7 <releaseinfo role="CVS">$Id: table.005.xml,v 1.2 2008-07-11 08:01: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 <para>This is a "portrait" paragraph.</para>
15 <table frame="none" orient="land">
16 <title>This is a "landscape" table</title>
17 <tgroup cols="2">
18 <colspec colname="col2" colnum="2" rowsep="1"/>
19 <tbody>
20 <row>
21 <entry>foo</entry>
22 </row>
23 <row>
24 <entry>foo</entry><entry>bar</entry>
25 </row>
26 <row>
27 <entry>foo</entry>
28 </row>
29 </tbody>
30 </tgroup>
31 </table>
33 <para>This is a "portrait" paragraph.</para>
35 </article>