XmlDocument.selectNodes() and selectSingleNode()的xpath的学习资料
时间:2017-11-17 15:32:55
收藏:0
阅读:177
Xpath网页:
http://www.w3school.com.cn/xpath/xpath_syntax.asp
XDocument.parse(string)类似于XmlDocument.loadxml(string)
如果要在xDocument中使用xpath查询,需要using System.Xml.XPath;
使用xpath可以一层一层的去找
原文:http://www.cnblogs.com/lip-blog/p/7851443.html
评论(0)