On Thu, 5 Sep 2002, csajl wrote: > i was thinking i'd have to parse the entire x.tmpl into a string and > supply that as a tmpl_var when i parse through the gui.tmpl.
use a filter. something like this: <tmpl_include "%%include_file%%"> and in the perl filter: s/<tmpl_include "%%include_file%%">/<tmpl_include "$include_file">/g; although i'm not quite sure if this works as I think it should. ie, does H::T pass a <tmpl_include> to a filter and then do the including or does it just do the including? -- Life is the urge to ecstasy. ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users