I use code like these generate xml.xmlNode.innerText = @"&<>'\"";
dom.Save(filename) 
I found that <,>,& have changed to &lt;&gt;&amp; But ",' has left no change.I want to keep them all changed or no one changed so I can escape them myself.How to do that? change all or not change any one?