刚刚遇到一个多重查询xmlDoc.SelectSingleNode(“Root/Element[@Name=‘大气象‘][@Age=‘30‘]”)
根据innerText查询xmlDoc.SelectSingleNode(“Root/Element[text()=‘大气象‘]”)
顺便收集总结一下。
Xml中SelectSingleNode方法中的xpath用法
url:http://www.cnblogs.com/greatverve/archive/2011/09/30/xpath.html
原文地址:http://www.cnblogs.com/weekend001/p/3806121.html