I am still trying programming for windows phone 8.1 but I have a little problem. I want parse HTML data and I found one tutorial for better mind this tutorial = click here; but It works great only in windows phone 7/8 with HTMLAgility pack. I tried manual add library but versions sl3-wp, winrt45 don't support method:
htmlDocument.DocumentNode.SelectNodes("//div[starts-with(@class, 'list_item')]"));
and version for wp7 doesn't work too. Any Ideas how to parse data for WP 8.1 ? thank you in advance (And sorry for my bad English :) )
Since HTML agility pack wasn't supported using Universal Apps I got their source code from codeplex and created a new library just for universal Apps. You can get the binary and the source in my New Blog
I'm just starting with this blogging thing but may this may be useful until the team provides an official release.