I don't know about CGI and Provider, but i'm using Apache::Request instead of CGI (smaller memory footprint as well) in my Provider Filter's and it works great

arne

On Jan 4, 2004, at 5:23 AM, Vaclav Barta wrote:

Hi,

I'm trying out CGI::Wiki in the context of an AxKit site (AxKit::XSP::Wiki
seemed quite limited last time I looked). I wrote a wrapper module (CGI::Wiki
is a backend and doesn't actually format Wiki pages) and set it as an AxKit
provider:


<Location /g/dyna/wiki>
  SetHandler perl-script
  PerlHandler AxKit::Local::Wiki AxKit
  PerlSetVar Filter On
  AxContentProvider Apache::AxKit::Provider::Filter
  AxAddProcessor text/xsl /german/frame.xsl
  AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
</Location>


This works, but only if the forms generated by AxKit::Local::Wiki use the GET
method (and the module's handler method gets the data using Apache::args).
For editable pages, I'd obviously prefer to use POST, but how do I then access
the data? Apache::args seems limited to what's in the request URL...


        Bye
                Vasek


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


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



Reply via email to