Dear All,
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