On Tuesday, Sep 24, 2002, at 01:15 Europe/London, Gabriel C Millerd wrote:
> On Mon, 23 Sep 2002, Matt Sergeant wrote: > >> >> By default it tends not to. It does if you use any of the PDF >> generators >> though, because they seem to require it. It'll also give you a >> Content-Length header if your content is cached. I guess you could >> subclass Apache::AxKit::Language::LibXSLT to do it fairly easily. >> > I have tried to get the pages to cache using axit's AxCacheDir and > no > have AxNoCache without avail. Ah yes - everything going through the Filter provider is implicitly not cached (otherwise what would be the point ;-) > Would AxAddOutputTransformer work? I also want to do some > Apache::Filter like things (like HTML/Apache::Clean) after AxKit is > done. Possibly, but it'd make more sense as a Language module (even if it's just a Clean like filter). OutputTransformers are for things that happen on the cached content - like delivering different ad banners to different users. Just try and subclass A::A::L::LibXSLT's handler() method. Matt. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
