I would like to chain output filters according to mime type. For example if
mod-xslt output text/html then I would like to have the result Gzipped with
mod_deflate.
This doesn't work today because mod-xslt doesn't use the ap_set_content_type
function the set the output content type.