On Fri, 19 Apr 2002, Brian McCain wrote: > I'd like to be able to use a <TMPL_VAR> inside of a <TMPL_INCLUDE> so that > the path of the include would depend on the value of the variable. Is this > completely impossible or is there any way anyone knows of to accomplish > this?
Won't work. HTML::Template does a single evaluation pass that parses vars and executes includes. To get a variable include use a filter that translates your special include marker into a valid <tmpl_include>. -sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
