Hi,
        I've managed to sort out the problem now. Nothing to do with the
file itself (a very simple test one which was known to be ok)

The problem was related to the xs_get_styles line, and thanks go to the
kind soul on #AxKit who helped me figure it out. (Baud i think?)

Turns out that XML::LibXSLT wasn't properly installed, but I'd specified

AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT

in my httpd.conf.

Seems AxKit doesn't warn about this at startup (possible feature request?)
but instead generates an exception as soon as it tries to use the module.

Thanks again for the help, and for cool module!

Boz

On Sat, 22 Feb 2003, Matt Sergeant wrote:
>
> None. Very odd indeed. What does your file look like (first 3 lines
> will suffice)?
>
> > I'm curious about why one gives 'xs_get_styles' and the other just
> > 'get_styles', as my configuration appears to be the same on both
>
> The xs_ one means axkit found libxml2 at compile time, so it has used
> that instead of the slightly slower technique of just using XML::Parser.
>

> On Friday, Feb 21, 2003, at 11:35 Europe/London, Steve Little wrote:
>
> > Hi,
> >     I've got AxKit happily set up on a Linux box, and am now trying to
> > achieve a similar setup on a Solaris box. However, I've run into some
> > problems, the latest of which has got me stumped. When I try to load a
> > page I get the following in my Apache error_log:
> >
> > [Fri Feb 21 05:53:52 2003] [warn] [client 127.0.0.1] [AxKit] styles not
> > cached - calling $provider->get_styles()
> > [Fri Feb 21 05:53:52 2003] [warn] [client 127.0.0.1] [AxKit]
> > get_styles:
> > creating XML::Parser
> > [Fri Feb 21 05:53:52 2003] [warn] [client 127.0.0.1] [AxKit]
> > get_styles:
> > calling XML::Parser->parse('/opt/apache/htdocs/xml/index.xsp')
> > [Fri Feb 21 05:53:52 2003] [warn] [client 127.0.0.1] [AxKit]
> > get_styles:
> > parse returned successfully
> > [Fri Feb 21 05:53:52 2003] [warn] [client 127.0.0.1] [AxKit] Calling
> > GetMatchingProcessors with (screen, , , , )
> > [Fri Feb 21 05:53:52 2003] [warn] [client 127.0.0.1] [AxKit] Caught an
> > exception
> > [Fri Feb 21 05:53:52 2003] [warn] [client 127.0.0.1] [AxKit] [DECLINED]
> > From: /usr/perl5/site_perl/5.005/Error.pm : 148
> >
> > Any ideas?
>
>


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

Reply via email to