Forum OpenACS Development: Re: Templating on the fly?

Collapse
4: Re: Templating on the fly? (response to 1)
Posted by Don Baccus on
Returning a string isn't a problem - look at adp_parse_template.

But the template engine expects the template to be stored in the file system ... you can't just pass a string to it (or two strings to it, script and adp).

Collapse
5: Re: Templating on the fly? (response to 4)
Posted by Malte Sussdorff on
How about storing the template in a temporary file system location and letting the template engine fetch it from there. A sweeper could clean up the directory once per day.