Hello,

I have my provider for external info (from database, etc...)
and use it like 
<xsl:variable name='xxx' select='document("/provided/virtualname")'/>

Documents under '/provided/' are physically not exsistent. Provider loads info from 
database.

It works correctly everywhere except one place:
in AxKit.pm, in check_dependencies function:

my $dep = Apache::AxKit::Provider->new($r, key => $dependency);
line always returns me File provider.

So, I can't return my modification time info to caching routines....


How can I avoid this problem?


Sincerely,

Alex.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to