This may sound strange, but I need to create a template to generate a
template in my application. In other words, I will have an entry like

<TMPL_VAR NAME='<TMPL_VAR NAME='column'>>

and want it to be changed to 

<TMPL_VAR NAME='mycolumn'>

Then, I can process the newly created template using actual data.

FYI, I have an application that uses around 30 individual templates, but
they fall into three groups. So, I intend to create three master
templates, generate the template from them using a data definition hash
I have, then process the generated template against the data. Yes, I
know it is weird, but it will make the code so much prettier and easier
to maintain by the client, ie if a "real" template doesn't exist, a
generic one will be generated automagically.

I was planning to simply create my own template builder, but decided to
see if this would work.

Rod

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to