> Now, this bit about 'functional interpolation' or whatever you want to
call
> something like '#$macroname()' might be very easy to do, but is, I
believe,
> currently outside of the general consensus of what VTL allows.  I think
that
> if we do want that sort of facility, it should be a new directive, such as
> #eval( ... ) or similar to both make clear what the template author
intends
> as well as make easy the ability to shut it off.
>
> If you really need that sort of thing right now, there always is perl :)
>
> geir


A #match_$macroname() will do - only enabled in combination
with Anakia.  If it can't find the macro it must just ignore it.

There is always the another option, use a lot of (if)
statements in your template and make it look ugly :)

Theo

Reply via email to