You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Rony Liemmukda <ma...@dark-matrix.net> on 2005/11/22 08:39:45 UTC

[ModPerl 2.0] Need help to start my project...

Hello,

We have to do a project at college and  I've chosen to write an apache 
module which should handle xslt-transformation (server-side).
Now tutorials about apache modules are a very rare as far as I see and 
although the documentation at perl.apache.org is well written I want to know
if my approach to solve my project with the help of Input/Output filters 
is correct or is there another (better) way ?
It also would be nice if someone could tell me where to find a good 
tutorial about mod_perl 2.0 online ( can't find anything usable with 
google ).
I really don't want to start this project twice because of an wrong 
beginning... ;)

Thanks

  


Re: [ModPerl 2.0] Need help to start my project...

Posted by Tom Schindl <to...@gmx.at>.
XSLT on the server, that's nothing new.

Take a look at this: http://www.axkit.org and my design study port to
mp2 as an output-filter
http://www.bestsolution.at/documents/TomKit-0.01-1.tar.bz2.

Tom

Rony Liemmukda wrote:
> Hello,
> 
> We have to do a project at college and  I've chosen to write an apache
> module which should handle xslt-transformation (server-side).
> Now tutorials about apache modules are a very rare as far as I see and
> although the documentation at perl.apache.org is well written I want to
> know
> if my approach to solve my project with the help of Input/Output filters
> is correct or is there another (better) way ?
> It also would be nice if someone could tell me where to find a good
> tutorial about mod_perl 2.0 online ( can't find anything usable with
> google ).
> I really don't want to start this project twice because of an wrong
> beginning... ;)
> 
> Thanks
> 
>  
> 
> 


Re: [ModPerl 2.0] Need help to start my project...

Posted by Foo Ji-Haw <jh...@nexlabs.com>.
Try perl.apache.org for the library documentation, as well as configuration
and installation tips.

----- Original Message ----- 
From: "Rony Liemmukda" <ma...@dark-matrix.net>
To: <mo...@perl.apache.org>
Sent: Tuesday, November 22, 2005 3:39 PM
Subject: [ModPerl 2.0] Need help to start my project...


> Hello,
>
> We have to do a project at college and  I've chosen to write an apache
> module which should handle xslt-transformation (server-side).
> Now tutorials about apache modules are a very rare as far as I see and
> although the documentation at perl.apache.org is well written I want to
know
> if my approach to solve my project with the help of Input/Output filters
> is correct or is there another (better) way ?
> It also would be nice if someone could tell me where to find a good
> tutorial about mod_perl 2.0 online ( can't find anything usable with
> google ).
> I really don't want to start this project twice because of an wrong
> beginning... ;)
>
> Thanks
>
>