Hello axkit-users, I'm trying to install Axkit 1.5 on a FreeBSD 4.5-STABLE system with Apache 1.3.14. Perl says it's "version 5.005_03 built for i386-freebsd". It's configured pretty much out of the box as laid out on the web. The relevant httpd.conf entries are the following, at the very end of the file:
-------------------------->8 snip 8<-------------------------------- PerlModule AxKit AddHandler axkit .xml AddHandler axkit .xsp AddHandler axkit .dkb AxDebugLevel 10 PerlSetVar AxXPSInterpolate 1 SetHandler perl-script PerlHandler AxKit AxAddStyleMap application/x-xpathscript Apache::AxKit::Language::XPathScript AxAddXSPTaglib AxKit::XSP::ESQL AxAddXSPTaglib AxKit::XSP::Param AxAddXSPTaglib AxKit::XSP::Cookie AxAddXSPTaglib AxKit::XSP::Exception AxAddXSPTaglib AxKit::XSP::Sendmail AxAddXSPTaglib AxKit::XSP::Util -------------------------->8 snip 8<-------------------------------- When I try to access an XML document through the browser (such as the dromedaries example), I get the following log entries: -------------------------->8 snip 8<-------------------------------- [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] handler called for /~drow/test.xml [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] checking if we process this resource [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] media: screen, preferred style: #default [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] Cache: key = 6506adeb6f1079ed7618c68c49f459f7 [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] getting styles and external entities from the XML [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] styles not cached - calling $provider->get_styles() [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] using XS get_styles (libxml2) [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] calling xs_get_styles_fh() [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] calling xs_get_styles_str() [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] parse_pi: href = test.xsl [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] parse_pi: type = text/xsl [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] xs_get_styles returned: , , dromedaries [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] Calling GetMatchingProcessors with (screen, , , , dromedaries) [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] get_styles: loading style modules [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] get_styles: looking for mapping for style type: 'text/xsl' [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] Caught an exception [Thu Mar 7 18:53:20 2002] [warn] [client 192.168.0.23] [AxKit] [DECLINED] From: /usr/local/lib/perl5/site_perl/5.005/Error.pm : 147 -------------------------->8 snip 8<-------------------------------- And AxKit serves up the raw XML. Analog for XSP pages. What am I doing wrong? Philipp ___________________ Having been erased, / The document you're seeking / Must now be retyped --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
