summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/output/test07.xml
blob: 8884d9758d194b3270120f96a626cfffc0672f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" ?>
<table>
<!-- macro definition with slots -->
  <tr>
    <td>Top Left</td>
    <td>Top Right</td>
  </tr>
  <tr>
    <td>Bottom left</td>
    <td><span>Bottom Right</span></td>
  </tr>
</table>