Hi,
I've just set up AxKit on a small server to experiment. I've installed the AxKit::XSP::Wiki module and copied the "webstuff" contents over so that it shows up under /wiki/ on the server. I initially had trouble with having Apache::AxKit::StyleChooser::PathInfo in the server config. It stripped out the path_info and stopped the Wiki "view" script from getting its location. It kept going around in a 302-redirect loop. You might want to mention that somewhere in the docs.


Anyway, the Wiki is starting to work. The problem now is that I can't edit pages. I've traced it down to this piece of XSLT in wikitags.xsl:

<form action="{substring-before($request.uri,'/view/')}/edit/{substring-after($request.uri, 
'/view/')}" method="POST" enctype="application/x-www-form-urlencoded">

I got it to print the value of request.uri using an <xsl:value-of> tag. It doesn't contain anything. So the action url of the form is "/edit/" instead of "/wiki/edit/whatever".

Can anyone help?
bye

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



Reply via email to