Quantcast
Channel: htmlagilitypack Forum Rss Feed
Viewing all articles
Browse latest Browse all 655

New Post: How to use HAPPhone APIs to achieve this function

$
0
0

Does the xml look like this: <text>Text you're trying to read</text>

Assuming the above is true, you can create a list of text strings like this:

HtmlWeb.LoadAsync("http://feeds.feedburner.com/nownews/politic", handleResults);

public void handleResults(object o, HtmlDocumentLoadCompleted args)
{
     IEnumerable<string> textList = args.Document.DocumentNode.Descendants("text").Select(x => x.InnerText);

}

Viewing all articles
Browse latest Browse all 655

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>