如何将内容写入空的xml元素

时间:2015-02-24 08:00:49

标签: c# xml tags

我想写一个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>

0 个答案:

没有答案