Can one write the results of a XSLTransform.Transform to a memorystream instead of a XMLTextWriter object?
I need to be able to send the results of my transform over the wire to a webbrowser, so writing it to a file on disk on the server is no good.
Tony
The other option is to use the newer XslCompiledTransform, which has an overload to output to a Stream.