Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a folder conatins few images(.png files), one xsl file which is linked in xml file and few URLs which are present in xsl, and a xml file. Could anyone please let me know how to create mhtm file using the xml file using powershell or .net or vb script?
output: *The mhtm page should be opened with embeded images, urls and the content of the xsl and xml file.
Posted

1 solution

This will probably help: Convert HTML to MHTML using ASP.NET[^]
 
Share this answer
 
Comments
priypavan 25-Aug-11 15:54pm    
yes i have downloaded the solution zip file. unfortunatly the mhtml.vbproj doesn't load in VS2010. Could you please provide the updated one or any .net using C# solution?
GenJerDan 25-Aug-11 15:57pm    
Check with the author if there's an updated version. Although I don't know why it wouldn't load in 2010. At worst, it should do a "convert" on it. Also, a search for "C# MHTML" will bring up a cople of pages worth of links, including: http://code.msdn.microsoft.com/Creating-a-MHTML-MIME-HTML-61cf5dd1 which might be what you're looking for.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900