[Zope3-checkins] CVS: Zope3/src/zope/tal/tests/input - test16.xml:1.3
Fred L. Drake, Jr.
fred@zope.com
Thu, 20 Mar 2003 14:48:53 -0500
Update of /cvs-repository/Zope3/src/zope/tal/tests/input
In directory cvs.zope.org:/tmp/cvs-serv1377/tests/input
Modified Files:
test16.xml
Log Message:
Make sure element names are not lower-cased in XML mode.
=== Zope3/src/zope/tal/tests/input/test16.xml 1.2 => 1.3 ===
--- Zope3/src/zope/tal/tests/input/test16.xml:1.2 Wed Dec 25 09:15:31 2002
+++ Zope3/src/zope/tal/tests/input/test16.xml Thu Mar 20 14:48:22 2003
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<body xmlns:tal="http://xml.zope.org/namespaces/tal">
-<img href="foo" Alt="bar"
+<ImG href="foo" Alt="bar"
tal:attributes="Href string:about:foo;alT string:baz" />
</body>