I have someone on the AxKit list asking if there's a way to do
configuration outside of .htaccess files. I figure rather than writing
some new code to do this, <Perl> sections could be used.

Will this work with custom directives, so basically could I do:

<Perl>
@AxAddStyleMap = (
        [ 'text/xsl' => 'Apache::AxKit::Language::XSLT' ],
        ...
);
</Perl>

I don't see why not, and I haven't tested it, but I just thought I'd
double check here first.

-- 
<Matt/>

Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org http://xml.sergeant.org

Reply via email to