I've since installed the esql perl module. Modified my httpd.conf to
look something like:
# If the perl module is installed, this will be enabled.
<IfModule mod_perl.c>
. . .
PerlModule AxKit
</IfModule>
AxAddXSPTaglib +AxKit::XSP::ESQL # Put this here to ensure that it
loads.
and in my site:
<VirtualHost *>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/nolan/public_html/www.thewordnerd.info
ServerName www.thewordnerd.info
# Install AxKit main parts
SetHandler AxKit
# Setup style type mappings
AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot
AxAddStyleMap application/x-xpathscript Apache::AxKit::Language::XPathScript
#AxDebugLevel 10
</VirtualHost>
Yet I still get the actual tags instead of the results of my esql
queries.
I've been doing a bit of heavy googling. I wonder if my problem is
related to the one described here and, if so, whether a solution has
yet been discovered?:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg03129.html.
Sounds almost dead on, with the one exception being that I haven't
upgraded my axkit, but started immediately with 1.6.2.
Question, my pages have .xml extensions. Should they be given .xsp
extensions instead?
Does my xpathscript stylesheet need to be modified to use ESQL or a
taglib? I've already had to prepend xsp:page to all of my template
lookups, but am I missing something?
I chose <page /> as my root element. I'm guessing that it won't
conflict as xsp's page element is in a different namespace, but?
I've tried renaming my pages to .xsp, tweaking my stylesheet and
switching root elements, but no luck. Maybe I did something wrong,
though. I seem to have this "muddling through" thing going on where
technology is concerned. :-P
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]