On Thu, 13 Dec 2001, Francesco Martelli - HalNet wrote: > simply we need a "skip parsing tag". > how can we do it? reading the following lines.
I think I'd rather see a solution that used filter, if possible. I think it could be done easily enough by translating <tmpl_*> inside the <tmpl_skip> block to something else (<_tmpl_*>, for example). Then use a second filter on the next run that translates the <_tmpl_*> back to <tmpl_*>. If using two filters is too ugly I can imagine a more ambitious design that works like HTML::Template::Expr and transforms <tmpl_skip> blocks into single <tmpl_var>s that then get filled in with the real text in the <tmpl_skip>. I don't think this is right for the main module. It adds complexity to the template syntax with a very slim gain in utility. -sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
