Re: Re: XSLTResult problem

2008-07-02 Thread Chris Pratt
It sounds like what you really want to do is get the OutputStream from the response and stream the XML to it, then return null from your action. (*Chris*) On Wed, Jul 2, 2008 at 12:31 PM, Eric Hamacher <[EMAIL PROTECTED]> wrote: > I have an org.w3c.dom.Document which needs to be streamed as XML.

RE: Re: XSLTResult problem

2008-07-02 Thread Eric Hamacher
I have an org.w3c.dom.Document which needs to be streamed as XML. I originally got the idea of using XSLTResult to achieve this from a blog: http://cse-mjmcl.cse.bris.ac.uk/blog/2007/09/10/1189430125294.html which claims that it could done with no stylesheet. In a way, this doesn't surprise me