0

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.

Macaret
  • 797
  • 9
  • 33

2 Answers2

0

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.

Community
  • 1
  • 1
Kulasangar
  • 9,046
  • 5
  • 51
  • 82
0

I found a solution using HtmlAgilityPack-PCL which can be accessed here.

Macaret
  • 797
  • 9
  • 33