Are you using the activestate distribution? I was able to get this to work a few months ago, with a lot of trouble, on win2000, but I had to install pretty much everything from that ppm respository Matt points us to in his FAQ.
I'll dig around and see if I can find my apache config file. __John --- Chien-Kang Huang <[EMAIL PROTECTED]> wrote: > 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] > __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
