Hi all,
I'm running into some neat problems using AxKit.
My AxKit configuration (in httpd.conf, just after all the LoadModule lines)
is:
# ----------------- AxKit Global Config -------------
PerlModule AxKit
AddHandler axkit .xml .xsp
#SetHandler perl-script
#PerlHandler AxKit
AxAddStyleMap application/x-xpathscript Apache::AxKit::Language:XPathScript
AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
#AxAddPlugin Apache::AxKit::StyleChooser::QueryString
# ------------------ End Axkit Global --------------
First problem: If I uncomment the SetHandler and PerlHandler lines, it
breaks my server-side includes. Everything else works well enough, but I
start getting either no includes at all, or a line saying "There was an
error handling this directive".
AxKit seems to work well enough without those two lines, so I'm not too
worried about it.
Second problem: When I uncomment the AxAddPlugin line, to get named
stylesheets working, AxKit stops processing my XML files entirely.
Later in my httpd.conf file, I have a <Location> block which includes an
AxAddProcessor line. With the QueryString plugin commented out, all works
well (except I can't retrieve the raw XML files). The solution seems to be
named stylesheets, but if I add the QueryString plugin, AxKit just sends
the raw XML, and never processes the stylesheets at all.
Any suggestions / pointers would be appreciated.
~ Eddie
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: Newbie Problems Eddie Roosenmaallen
- Re: Newbie Problems Kip Hampton
- Re: Newbie Problems S Woodside
