From: Brian G. <br...@qu...> - 2003-06-25 19:31:56
|
> Intuitively I think, that writing something into the output-stream > (point 1) should be done via property references of the form > $... and point 2 should be done via directives. How about: #eval $template using $map -> to output stream #eval $template to $variable using $map -> like a #setblock Or, alterantely #setblock $varible { #eval $templet using $map } |