Re: [htmltmpl] (no subject) [Patch]

2005-07-12 Thread Emanuele Zeppieri
There was an error in the new test provided, sorry. Here is the correct version. Cheers, Emanuele. 05random.t Description: Binary data

Re: [htmltmpl] (no subject) [Patch]

2005-07-12 Thread Emanuele Zeppieri
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sam Tregar > Sent: Monday, July 11, 2005 8:00 PM > To: Emanuele Zeppieri > Cc: html-template-users@lists.sourceforge.net > Subject: Re: [htmltmpl] (no subject) > > > On Mon, 11 Jul 2005, Emanuele Z

Re: [htmltmpl] Nesting TMPL tags

2005-07-12 Thread Mark Fuller
From: "Rajesh_K" <[EMAIL PROTECTED]> >Is this part of the HTML::Template::expr package? I don't see any %...% construct in HTML::Template. Sorry I am asking you this... ppm is down at activestate and I cant get at the expr module! Rajesh, Philip is suggesting that you markup your template so tha

RE: [htmltmpl] Nesting TMPL tags

2005-07-12 Thread Philip Tellis
Sometime Today, R cobbled together some glyphs to say: > Is this part of the HTML::Template::expr package? I don't see any > %...% construct in HTML::Template. Sorry I am asking you this... ppm > is down at activestate and I cant get at the expr module! No, you have to write your own code to par

RE: [htmltmpl] Nesting TMPL tags

2005-07-12 Thread Rajesh_K
Hi Mark, Philip, Is this part of the HTML::Template::expr package? I don't see any %...% construct in HTML::Template. Sorry I am asking you this... ppm is down at activestate and I cant get at the expr module! Rajesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] O

Re: [htmltmpl] Nesting TMPL tags

2005-07-12 Thread Mark A. Fuller
From: Philip Tellis <[EMAIL PROTECTED]> >> I want to TMPL_INCLUDE files, the problem is that the file I want to >> include itself is variable. I want a construct of the sort >> >> > > ... What you want is to use a filter that >preprocesses your template. Change your template to something like >t

Re: [htmltmpl] Nesting TMPL tags

2005-07-12 Thread Philip Tellis
Sometime Today, R cobbled together some glyphs to say: > I want to TMPL_INCLUDE files, the problem is that the file I want to > include itself is variable. I want a construct of the sort > > You can't do this directly. What you want is to use a filter that preprocesses your template. Change yo

[htmltmpl] Nesting TMPL tags

2005-07-12 Thread Rajesh_K
Hi,   I want to TMPL_INCLUDE files, the problem is that the file I want to include itself is variable. I want a construct of the sort ”>   Obviously, in my PERL script, I have a $template->param(file_name=>$filename);   While the manual speaks of ”>, there is no such feature pro