merge the formfield patch from ooo-build
[ooovba.git] / testautomation / xml / optional / input / docbook / table.002.xml
blob389a14651c19757135618a446f6fd8a6bb12645f
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.002</title>
7 <releaseinfo role="CVS">$Id: table.002.xml,v 1.2 2008-07-11 08:00:54 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 id="width-test-1" frame="all">
14 <title>Width Test 1</title>
15 <tgroup cols="4" align="left">
16 <colspec colnum="1" colname="c1" colwidth="1in"/>
17 <colspec colnum="2" colname="c2" colwidth="1*"/>
18 <colspec colnum="3" colname="c3" colwidth="5*"/>
19 <colspec colnum="4" colname="c4" colwidth="1*+0.5in"/>
20 <tbody>
21 <row>
22 <entry>1in</entry>
23 <entry>1/7</entry>
24 <entry>5/7</entry>
25 <entry>1/7+0.5in</entry>
26 </row>
27 <row>
28 <entry>some words to make the thing wrap around to test the width</entry>
29 <entry>some words to make the thing wrap around to test the width</entry>
30 <entry>some words to make the thing wrap around to test the width</entry>
31 <entry>some words to make the thing wrap around to test the width</entry>
32 </row>
33 </tbody>
34 </tgroup>
35 </table>
37 </article>