http://yunpan.cn/Q7czcYTwE8qkc 提取码 545c using System; using System.Linq; using System.Xml.Linq; using System.Xml; using System.Data; using System.Configuration; /// 这个是用VS2010写的,如果用VS2005,请去掉System.Linq和System.Xml.Linq的引用 /// 可以将此文件直接编译成dll,今后程序只需要引…
http://www.cnblogs.com/lixyvip/archive/2009/09/16/1567929.html using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Xml; namespace WebApplication2 { /// <summary> /// XMLHelper XML文档操作管理器 /// </summary…
using System; using System.Data; using System.IO; using System.Text; using System.Threading; using System.Xml; using System.Xml.Serialization; using Shared; namespace Helpers { public static class XmlHelper { #region Fields and Properties public enum…
以下是代码: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Xml; namespace WebApplication2 { /// <summary> /// XMLHelper XML文档操作管理器 /// </summary> public class XMLHelper { …