Marc Lambrichs wrote:
I want to call mod_transform_set_XSLT (from mod_transform) in my PerlResponseHandler. Is this possible?

Generally speaking, can I use methods from other apache modules in my handlers?

Marc, you mean C functions? Sure, write an XS wrapper that you can than call from Perl. See perlxs.pod for more information

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to