随笔分类 -  XML

XML 操作基类(转载)
摘要:using System;using System.Collections.Generic;using System.Text;using System.Xml;using System.Data;using System.IO;/**//// <summary>/// XML 操作基类/// </summary>public class XmlHelper{ /**///... 阅读全文
posted @ 2009-11-09 23:04 Code007 阅读(343) 评论(0) 推荐(0)
操作XML(转载)
摘要:已知有一个xml文件(bookstore.xml)如下: <?xmlversion="1.0"encoding="gb2312"?> <bookstore> <bookgenre="fantasy"isbn="2-3631-4"> <title>oberon’slegacy</title> <author>core... 阅读全文
posted @ 2009-11-06 10:26 Code007 阅读(223) 评论(0) 推荐(0)