這篇文章給大家分享的是有關(guān).net怎樣獲取xml節(jié)點(diǎn)或者屬性大值的內(nèi)容。小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考。一起跟隨小編過來看看吧。
創(chuàng)新互聯(lián)建站是一家專業(yè)的成都網(wǎng)站建設(shè)公司,我們專注成都網(wǎng)站建設(shè)、做網(wǎng)站、網(wǎng)絡(luò)營銷、企業(yè)網(wǎng)站建設(shè),賣友情鏈接,一元廣告為企業(yè)客戶提供一站式建站解決方案,能帶給客戶新的互聯(lián)網(wǎng)理念。從網(wǎng)站結(jié)構(gòu)的規(guī)劃UI設(shè)計(jì)到用戶體驗(yàn)提高,創(chuàng)新互聯(lián)力求做到盡善盡美。1.獲取相同節(jié)點(diǎn)的大值
string fileName = HttpContext.Current.Request.PhysicalApplicationPath + "\\Xml\\" + xmlName + ".xml";//xml的物理路徑 XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(fileName); XmlNode fdfdf = xmlDoc.SelectSingleNode("http://rows[not(./rows)]");
2.獲取相同節(jié)點(diǎn)某屬性大值
string fileName = HttpContext.Current.Request.PhysicalApplicationPath + "\\Xml\\" + xmlName + ".xml";//xml的物理路徑 XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(fileName); XmlNode maxNodejj = xmlDoc.SelectSingleNode("http://rows/@ID[not(./rows/@ID)]");
下面是內(nèi)容.xml
2 4 9 8
感謝各位的閱讀!關(guān)于.net怎樣獲取xml節(jié)點(diǎn)或者屬性大值就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,讓大家可以學(xué)到更多知識(shí)。如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到吧!