Hi All, I have an application that loads the HTML DOM, does some modifications to the DOM and then saves the outerHTML to a file. My Problem: ------------- In the outer HTML string I find that – has been replaced by a hyphen (-) sign. After this outer HTML is saved to a file, I find that hyphen (-) is there instead of &ndash (when I view source);. When I view this file in web browser, I see the following charters: ?" instead of a minus sign (hyphen sign). Can anyone pls suggest me a solution for this problem? This is happening with some other characters as well. How can I get the exact HTML instead of the modified outerHTML? Any help is much appreciated. Thanks & regards, Nitesh