On Wednesday 22 March 2006 08:47, FRAS Eddy RD-TECH-REN wrote:
> As far as I understand, these modules have very limited features :
> "mod_proxy_xml is an output filter to rewrite links in a proxy situation".
> Links rewriting is one of the feature I'd like to have but is not enough.

OK, now you've told us what you don't want, how about what you _do_
want?  There are a lot of filters available, and the single most powerful
one (mod_publisher) is itself highly extensible by plugging in your
own modules to its parse.  Chain more than one filter if you really
need to - though it should rarely be necessary to chain more than
one filter in a single class (such as "markup transforming filter").

> I would like to be able to send the entire response stream to a servlet for
> treatment (and xslt is only one part of this treatment).

XSLT would be a different filter, and can of course be chained.
But of course, XSLT cannot be streamed, so any XSLT will kill
your performance if you have any larger documents.

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to