I set my Apache server as the following.
LoadModule perl_module modules/mod_perl.so
#
# AxKit configuration
#
Alias /AxKit/ "C:/local/Apache Group/Apache/AxKit/"
PerlModule AxKit
<Location /AxKit>
SetHandler perl-script
PerlHandler AxKit
AxDebugLevel 10
AxLogDeclines On
AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot
AxAddStyleMap application/x-xpathscript
Apache::AxKit::Language::XPathScript
AxAddStyleMap application/x-xsp Apache::AxKit::Language::XSP
</Location>
Try the following XSP file as sample.
<xsp:page xmlns:xsp="http://www.apache.org/1999/XSP/Core"
xmlns="uri://axkit.org/NS/MyHomePage"
language="Perl">
<page>
<body>
<heading>Hello World</heading>
It is now: <xsp:expr>scalar localtime</xsp:expr>
</body>
</page>
</xsp:page>
Unfortunately, the XSP does not work.
Except for the XSP, the XSLT and XPathScript can work properly.
Could anyone give me a help on XSP settings?
C.K.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]