我想写一个XML文件并能够保存它。用户将从gridview编辑它。我已经加载了文件,现在我想写信给它。 我正在写我的空元素值,注释和字体。每次更改日期或添加值时,日期都会更新
XmlDocument _doc = new XmlDocument();
_doc.Load(outputFilePath);
这是XML:
<data name="FinEnrolment_CurrentSelectedUser_Label" xml:space="preserve">
<value></value>
<comment>[Font][/Font][DateStamp][/DateStamp][Comment][/Comment]</comment>
</data>
<data name="FinEnrolment_Exit_Button" xml:space="preserve">
<value></value>
<comment>[Font][/Font][DateStamp][/DateStamp][Comment][/Comment]</comment>
</data>
<data name="FinEnrolment_Exit_Verify_Message" xml:space="preserve">
<value></value>
<comment>[Font][/Font][DateStamp][/DateStamp][Comment][/Comment]</comment>
</data>