diff options
Diffstat (limited to 'tests/input/test07.xml')
-rw-r--r-- | tests/input/test07.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/input/test07.xml b/tests/input/test07.xml new file mode 100644 index 0000000..e5c520a --- /dev/null +++ b/tests/input/test07.xml @@ -0,0 +1,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> |