Quantcast
Channel: htmlagilitypack Forum Rss Feed
Viewing all articles
Browse latest Browse all 655

New Post: Xpath

$
0
0
1) //span[text() or br]
2) //a[span or img]
this works for immediate children of <span> or <a>. For children at any level try
1) //span[.//text() or .//br]
2) //a[.//span or .//img]

Viewing all articles
Browse latest Browse all 655

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>