On 06.Nov.2003 07:18AM -0800, Arne Claassen wrote:

> Shouldn't there be a AxAddStylemap in there like:
> 
>     AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
> 
> or do you have that covered above in the vhost?

Already have that covered. The directory lists go through AxKit
just fine and use XSLT stylesheets, but the get_handlers error
is thrown when I try to access files, not directories.

> Do you have this in LogicalLemon::DirectoryIndex
> 
>   $r             = $r->filter_register();
> 
> to register your handler as a filter?

You bet.

    my $output = XMLout( blah blah blah );
    $r = $r->filter_register();
    $r->print($output);

...and in LogicalLemon::Gallery:

    require Apache::Gallery;
    sub handler {
        my $r = shift;
        return Apache::Gallery::handler($r->filter_register());
    }
    1;

> can't think of anything else off-hand

Thanks, though :)

-- 
Ian Langworth
Project Guerrilla
Northeastern University
College of Computer and Information Science


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

Reply via email to