1.数据写入CDATA块
XmlDataDocument xdd = new XmlDataDocument();
XmlCDataSection xcds = doc.CreateCDataSection(filedMatch.Dest);
xesub1.InnerText = xcds.OuterXml;
1.数据写入CDATA块
XmlDataDocument xdd = new XmlDataDocument();
XmlCDataSection xcds = doc.CreateCDataSection(filedMatch.Dest);
xesub1.InnerText = xcds.OuterXml;