[Zope3-checkins] CVS: Zope3/lib/python/Zope/TAL/tests/input - test16.xml:1.1

Godefroid Chapelle gotcha@swing.be
Tue, 17 Dec 2002 05:20:31 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/TAL/tests/input
In directory cvs.zope.org:/tmp/cvs-serv30689/tests/input

Added Files:
	test16.xml 
Log Message:
port of fixes for #451 #468 #721 from Zope 2 collector


=== Added File Zope3/lib/python/Zope/TAL/tests/input/test16.xml ===
<?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>