In ma ASP.NET application I'd like to produce xml in memory and then send it to download to a user.
I have xls template and xml source. How to transform them into xml without creating phisical file? Just in memory and then pass it (output xml) to download by the user?
mirhon
Member
20 Points
6 Posts
How to pass xml as a memory stream?
Oct 06, 2006 09:51 AM|LINK
Hello,
In ma ASP.NET application I'd like to produce xml in memory and then send it to download to a user.
I have xls template and xml source. How to transform them into xml without creating phisical file? Just in memory and then pass it (output xml) to download by the user?
Regards
mirhon