summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test21.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/test21.xml')
-rw-r--r--src/zope/tal/tests/input/test21.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/test21.xml b/src/zope/tal/tests/input/test21.xml
new file mode 100644
index 0000000..eea370b
--- /dev/null
+++ b/src/zope/tal/tests/input/test21.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<body xmlns:tal="http://xml.zope.org/namespaces/tal"
+ xmlns:metal="http://xml.zope.org/namespaces/metal"
+ xmlns:i18n="http://xml.zope.org/namespaces/i18n">
+<span i18n:translate="">
+ <span tal:replace="str:Lomax" i18n:name="name" /> was born in
+ <span tal:replace="str:Antarctica" i18n:name="country" />.
+</span>
+</body>