hello I have a xml document which should be processed first by XSP and the result by XSLT.
it looks like this: <?xml version="1.0"?> <?xml-stylesheet href="time.xsl" type="text/xsl"?> <?xml-stylesheet href="." type="application/x-xsp"?> <xsp:page xmlns:xsp="http://www.apache.org/1999/XSP/Core" xmlns="uri://axkit.org/NS/MyHomePage" language="Perl"> <page> <time> <current>It is now: <xsp:expr>scalar localtime</xsp:expr> </current> </time> </page> </xsp:page> this does not work. I wanted to insert the current time in the <current> tag and then run the result through an XSLT processor my apache httpd.conf file looks like this: ... <Location /xml> PerlModule AxKit SetHandler perl-script PerlHandler AxKit AxAddStyleMap application/x-xsp Apache::AxKit::Language::XSP AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT </Location> ... can somebody tell me what to do how to achive this or where I can find the documenation for this (already checked XSP.pm and Axtki.pm). If someone has a simple example, this would also be great. regards markus ________________________________________________________________ Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
