I cannot get multiple XSP processors to execute in a pipeline. Here's the first part. index.cml (the first one) works fine, but handle-request.xml is never executed. I'm on AxKit v1.7, but got the same behavior in 1.6.2.
<?xml version="1.0"?> <?xml-stylesheet href="NULL" type="application/x-xsp"?> <?xml-stylesheet href="handle-request.xml" type="application/x-xsp"?> <?xml-stylesheet href="pretty-print.xsl" type="text/xsl"?> <xsp:page xmlns:xsp="http://apache.org/xsp/core/v1" xmlns:xml-rpc="http://xmlns.25thandClement.com.com/xml-rpc" xmlns:cgi="http://xmlns.25thandClement.com.com/cgi" language="Perl"> <cgi:request> <xml-rpc:cgi-method-calls/> </cgi:request> <methodCall xmlns="http://xmlrpc.com/spec"> <methodName>fu</methodName> </methodCall> </xsp:page> And handle-request.xml <?xml version="1.0"?> <xsp:page xmlns:xsp="http://apache.org/xsp/core/v1" xmlns:xml-rpc="http://xmlns.barracudanetworks.com/xml-rpc" xmlns:cgi="http://xmlns.barracudanetworks.com/cgi" language="Perl"> <body> </body> </xsp:page> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
