Kenny Smith <[EMAIL PROTECTED]> wrote:
>
> [EMAIL PROTECTED] wrote:
> > What I really meant was convert the SSI include tag in
> > *run-time* to an HTML include and process it as such. I
> > hope this better explains it.
>
> Hi Roy,
>
> Ah, I understand what you need. Checkout the documentation on
Hi Roy,
Ah, I understand what you need. Checkout the documentation on the 'filter'
option. That will let you convert the SSI include into a TMPL include.
http://sam.tregar.com/html_template.html
Kenny
JournalScape.com
> What I really meant was convert the SSI include tag in
> *run-time* to an
>
> >
>
> If you have $ENV{'HTML_TEMPLATE_ROOT'} or the 'path' in your H::T
> constructor set equal to the directory where includes lives, then you can
> use this:
>
>
>
> otherwise...
>
>
>
> The documenation talks all about these things and they aren't hard to
> find... so make sure you look
>
If you have $ENV{'HTML_TEMPLATE_ROOT'} or the 'path' in your H::T
constructor set equal to the directory where includes lives, then you can
use this:
otherwise...
The documenation talks all about these things and they aren't hard to
find... so make sure you look through it before posting
Hello,
I have a page with a server side include that I would like to convert and
process via HTML::Template. The page has the following tag:
Since the page will not be processed by the SSI engine, what it the best
method to convert the SSI include into an HTML:Template include.
TIA.
Roy Rubi