summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test16.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/test16.xml')
-rw-r--r--src/zope/tal/tests/input/test16.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/test16.xml b/src/zope/tal/tests/input/test16.xml
new file mode 100644
index 0000000..2efb2ab
--- /dev/null
+++ b/src/zope/tal/tests/input/test16.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<body xmlns:tal="http://xml.zope.org/namespaces/tal">
+
+<ImG href="foo" Alt="bar"
+ tal:attributes="Href string:about:foo;alT string:baz" />
+
+</body>