[Templates] Filtering SSI output through Template-Toolkit
Perrin Harkins
perrin@elem.com
23 Oct 2003 17:15:53 -0400
On Thu, 2003-10-23 at 16:55, Ross Thomas wrote:
> Basically I'm working with a designer who is familiar with using SSI
> to include other files (and likes the fact that his GUI software
> supports SSI in a WYSIWYG kinda way), and rather than calling half a
> dozen CGIs from various places within the .shtml document to generate
> dynamic content I'd much prefer he use TT tags. As far as I can see
> it, this involves post-filtering of mod_include by TT.
I'm not quite following. You want him to replace all his SSI tags with
TT? Doesn't that mean you won't have any SSI to worry about anymore?
Post-filtering implies that there will be some SSI stuff that gets
resolved and then results in a document that contains TT tags.
- Perrin