On Mon, 8 Jul 2002, Nigel Peck wrote: > 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:
Oh, so I didn't actually read your log in full, so while my previous post applies, it won't fix your problem. Your problem is that nothing is defining a mapping to XSP for your setup. Try adding AxLogDeclines On, and you'll see what the problem is. Basically you need either AxAddProcess or an xml-stylesheet PI to define the mapping to the XSP processor. See http://axkit.org/wiki/view/AxKit/AxKit#ASSOCIATING%20STYLESHEETS%20WITH%20XML%20FILES -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
