I seem to have a problem with XSP, when I open the following

<xsp:page language="Perl" xmlns:xsp="http://apache.org/xsp/core/v1";>
        <xsp:expr>scalar localtime</xsp:expr>
</xsp:page>

All I get is the page as above, I checked the Apache error log and it
seems to be getting processed:

[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit] fast
handler called for /axkit/test.xsp
[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit] Content
Provider Override: Apache::AxKit::Provider::File
[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit] [req] File
Provider given $r: c:/web/axkit/test.xsp
[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit] checking
if we process this resource
[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit] media:
screen, preferred style: #default
[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit] Cache: key
= 6d405f09108fe52ddda5e6e838973782
[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit] getting
styles and external entities from the XML
[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit] styles not
cached - calling $provider->get_styles()
[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit] using XS
get_styles (libxml2)
[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit] calling
xs_get_styles_fh()
[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit] calling
xs_get_styles_str()
[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit]
xs_get_styles returned: , , {http://apache.org/xsp/core/v1}page
[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit] Calling
GetMatchingProcessors with (screen, , , ,
{http://apache.org/xsp/core/v1}page)
[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit] Caught an
exception
[Mon Jul 08 13:15:06 2002] [warn] [client 127.0.0.1] [AxKit] [DECLINED]
From: C:/Perl/site/lib/Error.pm : 148

Any ideas why this is not working as it should?

Do I need to set anything up in httpd.conf for XSP to work? (I couldn't
find anything in the XSP docs)

My httpd.conf contains:

PerlModule AxKit
AddHandler axkit .xml
AddHandler axkit .xsp
AddHandler axkit .dkb
AxDebugLevel 10
PerlSetVar AxXPSInterpolate 1

AxAddXSPTaglib AxKit::XSP::ESQL

(As far as AxKit goes anyway :-)

Thanks
Nigel


ITM Business Solutions
Unit 4
Nine Trees Trading Estate
Morthen Road
Rotherham
S66 9JG

Reception
Tel: 01709 703288
Fax: 01709 701549

Help Desk
Tel:01709 530424
Fax: 01709 702159

CONFIDENTIALITY NOTICE: This message is intended only for the use of
the individual or entity to which it is addressed, and may contain
information that is privileged, confidential and exempt from disclosure
under applicable law.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to