Created Debian package
[xmldoc.git] / test / table.html.exp
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta charset="utf-8"/>
6     <link rel="stylesheet" type="text/css" href="main.css"/>
7     <title>xmldoc table check</title>
8     <style type="text/css">
9       .center
10       {
11          text-align : center ;
12       }
13       table.docinfo
14       {
15          margin-left  : 10% ;
16          margin-right : 10% ;
17          border-style : solid ;
18       }
19       th
20       {
21          border-style : solid ;
22          border-width : thin ;
23       }
24       h3.toc
25       {
26          margin-left : 2em ;
27       }
28       pre.example
29       {
30          border : solid ;
31          padding-bottom : 1em ;
32       }
33       span.red
34       {
35          color : red ;
36       }
37       span.green
38       {
39          color : green ;
40       }
41       span.blue
42       {
43          color : blue ;
44       }
45       span.cyan
46       {
47          color : cyan ;
48       }
49       span.magenta
50       {
51          color : magenta ;
52       }
53       span.yellow
54       {
55          color : yellow ;
56       }
57       span.orange
58       {
59          color : orange ;
60       }
61       span.violet
62       {
63          color : violet ;
64       }
65       span.purple
66       {
67          color : purple ;
68       }
69       span.brown
70       {
71          color : brown ;
72       }
73       span.pink
74       {
75          color : pink ;
76       }
77       span.olive
78       {
79          color : olive ;
80       }
81       span.black
82       {
83          color : black ;
84       }
85       span.darkgray
86       {
87          color : darkgray ;
88       }
89       span.gray
90       {
91          color : gray ;
92       }
93       span.lightgray
94       {
95          color : lightgray ;
96       }
97       span.white
98       {
99          color : white ;
100       }
101    </style>
102   </head>
103   <body>
104
105    <div class="titlepage">
106       <h1 class="titlepage">xmldoc table check</h1>
107    </div>
108
109    <h1>1  <a id="CH1"/>A table example</h1><table>
110         <tr><th>Drink   </th><th>Price</th></tr>
111         <tr><td>Beer      </td><td> 1.80</td></tr>
112         <tr><td>Wiskey    </td><td> 3.50</td></tr>
113         <tr><td>Wine      </td><td> 2.20</td></tr>
114       </table>
115
116    <hr/></body>
117 </html>