source: xslt/vendor/current/tests/XSLTMark/html.ref@ 372

Last change on this file since 372 was 372, checked in by Yuri Dario, 13 years ago

xslt: initial vendor import of xslt 1.1.26.

File size: 466 bytes
Line 
1<html lang="en">
2<head>
3<title>
4Sales
5Results
6By
7Division
8</title>
9</head>
10<body>
11<table border="1">
12<tr>
13<th>
14Division
15</th>
16<th>
17Revenue
18</th>
19<th>
20Growth
21</th>
22<th>
23Bonus
24</th>
25</tr>
26<tr>
27<td>
28<em>
29North
30</em>
31</td>
32<td>
3310
34</td>
35<td>
369
37</td>
38<td>
397
40</td>
41</tr>
42<tr>
43<td>
44<em>
45West
46</em>
47</td>
48<td>
496
50</td>
51<td style="color:red">
52-1.5
53</td>
54<td>
552
56</td>
57</tr>
58<tr>
59<td>
60<em>
61South
62</em>
63</td>
64<td>
654
66</td>
67<td>
683
69</td>
70<td>
714
72</td>
73</tr>
74</table>
75</body>
76</html>
Note: See TracBrowser for help on using the repository browser.