文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>C# Xml

C# Xml

时间:2011-03-01  来源:FtpCsharp

  document.Load(xmlpath);              //load xml by the absoult path

 XmlNodeList nodeList = document.GetElementsByTagName("nodetagname"); //get the nodelist of nodetagname

 XmlElement element = document.CreateElement("newnodename");  //create node 

 element.SetAttribute("attributename", "attributevalue");            //set attribute

nodeList[0].AppendChild(element);  //add the node to nodeList[0]

相关阅读 更多 +
排行榜 更多 +
大武道最新版

大武道最新版

休闲益智 下载
宝宝巴士手机版(babybus)

宝宝巴士手机版(babybus)

休闲益智 下载
宝宝巴士快乐启蒙游戏

宝宝巴士快乐启蒙游戏

休闲益智 下载