There are numerous ways to do this but, I use HTML::Mason for my
dynamic XML generation.  My config looks like this:

   SetHandler     perl-script
   PerlSetVar     Filter On
   AxProvider     Apache::AxKit::Provider::Filter
   AxAddStyleMap  text/xsl Apache::AxKit::Language::LibXSLT
   PerlHandler    HTML::Mason AxKit

I've found that order is very important with the above directives. YMMV.

Tim.

On Thu, Apr 25, 2002 at 07:00:39PM +0100, Sameer Velankar wrote:
>
> Hi,
>   I am new to axkit. So this question may be naive. I want to pass an XML 
> generated on the fly by a mod-perl apache module directly through axkit, 
> somthing like:
> 
> Apache ---> perl module -(XML)-> AxKit/stylesheet -(HTML)-> browser
> 
> Is this possible and if yes then how do i go about it?
> 
> Sameer
> 

-- 
      __________________________________________________________________  
  \ \                                                 Timothy E. Peoples
 \  c o l l e c t i v e                              Engineering Manager
   \ \                                                  [EMAIL PROTECTED]

         Things should be as simple as possible, but no simpler.


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

Reply via email to