Hello,
i have a macro as follows
[% MACRO xxx BLOCK %]
... xyz=[% myvar %] ...
[% END %]
using this macro in another part:
[% FOREACH i = list %]
[% xxx(myvar = "abc('${i.name}', '${i.nr}')") %]
[% END %]
is there a way to pass the expressions ${i.name} through a filter, like
[% xxx(myvar = "abc('{$i.name} | html_entity ', '${i.nr}')" %]
(i know that this syntax does'nt work)
thanks in advance
greetings
gernot
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates