I looking into the Anakia part and I am missing some tricks.
Maybe you solved them, just checking.

3) For our next trick, lets interpolate a.... VelociMacro!

   #macro( interpfoo )
     Hi, I'm a VM!
   #end

   #set $mac = "interpfoo"           ## actually data from the xml
   #set $ivm = "#{$mac}()"
   $ivm

output :

   
   Hi, I'm a VM!

Also if $a is foo and $b is bar then 

 #set $f = "${$a}.{$b}()"
 $f

Will this call the function $foo.bar ?


Theo

Reply via email to