Re: Trying to get a pipeline(?) working

2005-03-10 Thread fess
Well, you can use Apache::Filter, to pipe into the [..]::Provider::Filter However, you can also write your own provider, [ subclass one of the existing ones. ] I wrote one that subclasses Apache::AxKit::Provider so Apache::Filter was not required. so perhaps that's where the mixup lies?

Re: Trying to get a pipeline(?) working

2005-03-09 Thread Janne Himanka
Well, I found the searchable mailing list archives and found the solution: adding PerlModule Apache::Filter got it working nicely. I wonder why this is missing in the Provider HowTo? Janne - To unsubscribe, e-mail: [EMAIL

Trying to get a pipeline(?) working

2005-03-08 Thread Janne Himanka
Hello, I'm trying to create a setup where mod_perl scripts produce xml that points to static XSL documents, and I'm trying to get AxKit to process the xml with the xsl. The basic dromedaries test with static xml document works. From the documentation I gathered that to get AxKit to process the