VL.HtmlAgilityPack

here is a very basic wrapper of the HtmlAgilityPack, a library to scrap web pages with XPath queries (something that is quite tedious with the regular nodes as webpages are mostly not XML conform).

VL.HTMLAgilityPack.vl (133.8 KB)

it is some leftover of some experiment i did a while ago. it’s probably better to leave it here instead of letting it rot on my hard drive as it might be useful to others. not heavily tested but easy to use.
feel free to pick it up to extend it with further functionality (I only wrapped very basic functionality).
enjoy!

7 Likes