KEN!

Bingo.

My bad. I was too anxious to make this work tonight and just did NOT do
the make properly.

KICK MYSELF! KICK MYSELF!

Thanks for being there,

montefin


Ken Williams wrote:
> 
> [EMAIL PROTECTED] (montefin) wrote:
> >Or, could it be that the location that <%="$demo->{file}?virtual=1"%>
> >references on my system has wrong ownership or permissions set?
> 
> No, it wouldn't be that.  It's failing before that.
> 
> >------------- begin ssi_filter.ssi snippet -------------------
> ><table width=100%><tr><td>
> >        <!--#include virtual="<%="$demo->{file}?virtual=1"%>" -->
> ></td></tr></table>
> >------------- end ssi_filter.ssi snippet -------------------
> 
> Here's an idea.  I think the double-quotes are messing up the parsing of the
> line because they're used in two different ways.  The new HTML::SimpleParse can
> handle single-quotes as delimiters.
> 
> So grab the latest HTML::SimpleParse from CPAN, version 0.09.  And the latest
> Apache::SSI, at http://mathforum.com/~ken/modules/Apache-SSI/SSI.pm (there's
> been a one-line change that allows compatibility with the latest SimpleParse).
> Then change your component to
> 
>    <table width=100%><tr><td>
>           <!--#include virtual='<%="$demo->{file}?virtual=1"%>' -->
>    </td></tr></table>
> 
> I think that might make things work.  Let me know.
> 
>   -------------------                            -------------------
>   Ken Williams                             Last Bastion of Euclidity
>   [EMAIL PROTECTED]                            The Math Forum

-- 
In Life Timing is everything; in Linux Permissions is everything.
http://www.montefin.com/~montefin/ (up 24/7)
http://finux.com:8080 (our Zope experiment...evenings & weekends)
http://finux.com:8085 (our XML adventures...evenings & weekends)

Reply via email to