Is it possible to get a reference to the RequestContext and/or the Response object from within an XSL component?
We have written a number of POJOs to do a lot of processing for us from within the transformation of the component's XSL. We also also have an external for updating the Response headers.
One thing I would like to do is to modify the response headers from within the XSL. Is it possible? (The component would be set to "do not cache")