Entries tagged 'hap' ↓

HTML Parsing - HTML Agility Pack

Recently, I had the need to parse html documents for special bits of data. Of course, the data resided on multiple sites, all of which had their own structure, classes, etc.. Building regular expressions for the parsing was my first thought, although I knew that using REGEX comes at a cost. After doing...

HTML Parsing - HTML Agility Pack →