18 Feb
2002
18 Feb
'02
11:13 a.m.
<dtml-in .... mapping> how do I do the "mapping" in zpt tal:repeat? best regards daniel ************************************************* daniel meier, peter rot-strasse 102, 4058 basel email dme@hyperwerk.ch / info@manifakt.com mobil +41 79 517 28 88 / fon +41 61 681 83 75 fax +41 86 079 517 28 88 / icq 144224916 *************************************************
18 Feb
18 Feb
3:02 p.m.
New subject: [Zope] tal:repeat
Daniel Meier wrote:
<dtml-in .... mapping>
how do I do the "mapping" in zpt tal:repeat?
you don't really need to: <dtml-in my_stuff mapping> <dtml-var x> <dtml-var y> </dtml-in> ...becomes: <tal:i tal:repeat="item my_stuff"> <tal:x tal:replace="item/x" /> <tal:x tal:replace="item/y" /> </tal:i> cheers, Chris
8814
Age (days ago)
8814
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Withers -
Daniel Meier