On Saturday 21 December 2002 03:58, Han Chuan wrote: > Hi, > > I am using AxKit to transform the XML(output by my PERL script) using XSL > to HTML. Is it possible to alter/add (using PERL) to the header information > that is being sent? Thanks in advance.
If you're talking about HTTP headers, just do it the mod_perl way, for example using a PerlFixupHandler. Alternatively, you could write an AxKit plugin to be used via AxAddPlugin. In both cases, use $r as usual to modify the response. -- CU Joerg PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E 7779 CDDC 41A4 4C48 6F94 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
