[Zope3-checkins] CVS: Zope3/src/zope/tal/tests/input -
test35.html:1.1
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Mar 23 14:18:10 EST 2004
Update of /cvs-repository/Zope3/src/zope/tal/tests/input
In directory cvs.zope.org:/tmp/cvs-serv17789/src/zope/tal/tests/input
Added Files:
test35.html
Log Message:
Macro name is stored in reserved varaibale name 'macroname'.
=== Added File Zope3/src/zope/tal/tests/input/test35.html ===
<span metal:define-macro="page" tal:omit-tag="">
<h1 metal:define-slot="name" tal:omit-tag="" />
</span>
<span metal:use-macro="page">
<h1 metal:fill-slot="name" tal:content="macroname">name</h1>
</span>
More information about the Zope3-Checkins
mailing list