[htmltmpl-java] Re: option for the next release
Status: Beta
Brought to you by:
bluesmoon
From: Philip S T. <phi...@gm...> - 2002-06-28 19:01:58
|
> Please look at the following code and let me know > if one have an idea to make this work: > > <tmpl_include <tmpl_var hostname>/file.tmpl> This isn't possible as it will require a two pass parser - that isn't going to happen. This is a question that's been asked several times on the HTML::Template - perl mailing list, and the general consensus is that it will never be a part of the template module itself, but it can be done through filters. Filters aren't implemented yet in H.T.j, but will be soon, so hold on a bit. Thanks, Philip |