I have a folder contains 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 power shell or .net or vb script? (output: *The mhtm page should be opened with embedded images, urls and the content of the xsl and xml file.)

link|improve this question
Praveen, welcome to StackOverflow. It is considered a good practice to give code that you have tried. Don't just ask questions on how to do something. People expect you to have tried something and then can help you by pointing in the right direction. – manojlds Aug 24 '11 at 5:01
feedback

1 Answer

You could adopt from this article by Jeff on converting any URL to a MHTML archive originally linked in this post on Generating MHTML from HTML.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.