会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
goody9807
避风的港湾~~~寻找技术的精华
微信公号siwa8
博客园
首页
新随笔
联系
管理
订阅
2009年8月4日
XmlDocument,XmlNode,XmlElement创建复杂XML文档
摘要: #region生成XML消息XmlDocumentxmlDoc=newXmlDocument();//生成描述版本XmlDeclarationxmlDec;xmlDec=xmlDoc.CreateXmlDeclaration("1.0","gb2312","yes");xmlDoc.InsertBefore(xmlDec,xmlDoc.DocumentElement);//定义根节点XmlElem...
阅读全文
posted @ 2009-08-04 19:06 PointNet
阅读(2342)
评论(0)
推荐(0)
编辑
公告