2013年8月14日

C#中对 XML节点进行添加,删除,查找和删除操作

摘要: 从网上整理所得XMLDocument来操作XML比较简单,虽然有时效率不是很高。代码如下已知有一个XML文件(bookstore.xml)如下: Oberon's Legacy Corets, Eva 5.95 1、往节点中插入一个节点: XmlDocument xmlDoc=new XmlDocument(); xmlDoc.Load("bookstore.xml"); XmlNode root=xmlDoc.SelectSingleNode("bookstore");//查找 XmlElement xe1=xmlDoc.CreateEleme 阅读全文

posted @ 2013-08-14 10:41 AlexGeng 阅读(597) 评论(0) 推荐(0) 编辑

导航