Created Debian package
[xmldoc.git] / test / table.xml
1 <?xml version="1.0"?>
2
3 <doc style="main.css">
4
5    <book>
6
7    <titlepage>
8       <title>xmldoc table check</title>
9    </titlepage>
10
11    <chapter>
12       <heading>A table example</heading>
13       <table cpos='lr'>
14         <thead><col>Drink   </col><col>Price</col></thead>
15         <row><col>Beer      </col><col> 1.80</col></row>
16         <row><col>Wiskey    </col><col> 3.50</col></row>
17         <row><col>Wine      </col><col> 2.20</col></row>
18       </table>
19    </chapter>
20
21    </book>
22
23 </doc>