summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test07.xml
blob: e5c520a21f6fc727c432e4d38319daf6605ec84a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" ?>
<table xmlns:m="http://xml.zope.org/namespaces/metal" m:define-macro="myTable">
<!-- macro definition with slots -->
  <tr>
    <td>Top Left</td>
    <td>Top Right</td>
  </tr>
  <tr>
    <td>Bottom left</td>
    <td><span m:define-slot="bottomRight">Bottom Right</span></td>
  </tr>
</table>