I'm a iOS developer starting to learn Windows Phone. My project is targeted for 8 and 8.1 and it's about parsing a HTML document. I found a library named HTMLAgilityPack which is most used to parse HTML, but it is not supported for 8.1 version. So i tried to find another way to parse my HTML document and could not find any help online.
Did you try using the HtmlAgilityPack
using Linq
?
HtmlAgilityPack using Linq for windows phone 8.1 platform
But as far as i know HtmlAgilityPack
doesn't support any 8.1 apps for WP. But the blog mentioned in this thread has mentioned about using this parser for Universal
apps.