On Sat, 26 Jan 2002, Mitch Freed wrote: > AxKit: 1.5 > mod_perl: 1.24_01 > Apache: 1.3.22 > Perl: 5.6.0 > OS: Redhat 7.2 (2.4.7-10) > > I am not sure how to phrase my question as I am somewhat new the > Apache Handlers, but I am writing a Apache module and was hoping to > use AxKit for transformations. I have had great success with Axkit so > far and am very pleased with its performance. However, when attempting > to send an XML document to the browser as type text/xml, i get no > transformation at all. I am assuming that it has to do with the fact > that AxKit overrites the Apache Request send_http_header method -- but > that is just a shot in the dark. Can transformations not be done from > the Apache module? Any help would be appreciated.
I would venture to suggest that AxKit can't be used this way. Apache 1.3.23 just released has added some sort of output filtering like Apache 2.0 has, so I may just take a look at that, but otherwise I suggest just wrapping in libxslt or some other transformation library and using that directly instead. -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
