I'm trying to do the following:
- have an XSP generate some content
- process the output with XSLT

In the directory where I have my XSP, I have an .htaccess containing
the following:
---------
SetHandler axkit

AxDebugLevel 10
AxIgnoreStylePI On

AxTraceIntermediate /tmp/axkit-trace
AxCacheDir /tmp/axkit-trace
AxNoCache Off

AxAddRootProcessor application/x-xsp NULL {http://www.apache.org/1999/XSP/Core}page
AxAddRootProcessor application/x-xsp NULL {http://apache.org/xsp/core/v1}page

AxRootAddProcessor text/xsl nodepresent.xsl node
--------

The root of the output from the XSP is <node>.
Why AxKit keeps returning the output from the XSP without applying the
XSLT?

And why, if I remove the 'AxAddRootProcessor's and replace them with:
-------
<Files "node">
 AxAddProcessor application/x-xsp NULL
 AxAddProcessor test/xsl nodepresent.xsl
</Files>
------
AxKit alternatively returns the raw XSP or a half-error saying 'this
XML has no style information associated'?? (the XSP file name is
'node', and NO, there must be no need for the extension).

I'm using AxKit 1.6.

-- 

        Dakkar - <Mobilis in mobile>
        GPG public key fingerprint = A071 E618 DD2C 5901 9574
                                     6FE2 40EA 9883 7519 3F88
                            key id = 0x75193F88

You will lose an important disk file.

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

Reply via email to