On Wed, 14 Jun 2000, [iso-8859-1] Jonas Nordström wrote:

> Thanks for the AxKit tip!
> 
> I have some problems though. I used AxKit-0.94, but it doesn't work yet.
> 
> My http.conf configuration:
> PerlModule AxKit
> <Location /~jon/xml>
>    SetHandler perl-script
>    PerlHandler AxKit
> 
>    # Setup style type mappings
>    AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot
>    AxAddStyleMap application/x-xpathscript \
>    Apache:AxKit::Language::XPathScript
> 
>    # Optionally setup a default style mapping
>    AxAddDefaultStyleMap /default.xsl text/xsl
> 
>    # Optionally set a hard coded cache directory
>    #AxCacheDir /
> </Location>

The error should have said "handler method not found", which is referring
to the Sablot processor. I'm going to assume you don't have XML::Sablot
installed. Get it from http://www.gingerall.com/

-- 
<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