Wim & Steven,

Wouldn't it be better to subclass Apache::SSI instead of 
HTML::Embperl::Syntax::SSI ?  That part of it would be really easy - the 
hard part would be actually implementing the OAS directive actions.


Wim Kerkhoff <[EMAIL PROTECTED]> wrote:
> Steven Boger wrote:
>>
>> I've been netsearching for hours..... It's time to beg for help...
>>
>> My apache has a hacked mod_include that has a new directive, OAS:
>>
>> <!--OAS
>> SETUP="www.realmedia.com/Samples/lx.shtml@TopLeft,TopRight,BottomLeft,
>> BottomRight"-->
>>
>> <!--OAS AD="BottomRight"-->
>>
>> Can I somehow run those directives right from mod_perl????
>
> Well... Since I've been spending several hours looking at the
> HTML::Embperl::Syntax::SSI module (Embperl.v2), I'm going to suggest
> that you might be able to extend Embperl's SSI syntax to do what the
> mod_include hack does.  This means that can parse the directive, let OAS
> do its thing, and at the same time have direct access to the request
> object...
>
> But then, I know squat about OAS and what it does, so this may not be
> all that feasible :-)
>
> Wim


Reply via email to