[Templates] Process vs Macro ?
Perrin Harkins
perrin@elem.com
Fri, 22 Sep 2006 15:36:27 -0400
On Fri, 2006-09-22 at 14:08 -0500, Boysenberry Payne wrote:
> I use macros for recursive processing.
> When I've tried to use Process for this it errors out.
> Am I doing this wrong?
It looks more complex than I would ever want a template to be, but if it
works for you then it's fine. There's no reason you should try to
change things to PROCESS calls unless you wanted to share the code
between multiple templates.
- Perrin