摘要: http://www.cnblogs.com/malin/archive/2010/03/04/1678352.html写的一个XML操作类,包括读取/插入/修改/删除。using System;using System.Data;using System.Configuration;using S... 阅读全文
posted @ 2010-10-25 16:09 kevinzhwl 阅读(136) 评论(0) 推荐(0)
摘要: 最常见的XML数据类型有:Element, Attribute,Comment, Text. Element, 指形如Tom的节点。它可以包括:Element, Text, Comment, ProcessingInstruction, CDATA, and EntityReference... 阅读全文
posted @ 2010-10-25 10:32 kevinzhwl 阅读(158) 评论(0) 推荐(0)