xml

1.数据写入CDATA块

XmlDataDocument xdd = new XmlDataDocument();
XmlCDataSection xcds = doc.CreateCDataSection(filedMatch.Dest);
xesub1.InnerText = xcds.OuterXml;

posted @ 2016-03-01 14:49  ~沐风  阅读(143)  评论(0编辑  收藏  举报