Hi,
I have the source code of a html page saved to a string. I need to search that string to get the rss link that is in there.
The common string between all pages is the following:
type="application/rss+xml" and the full line of that bit of the string is:type="application/rss+xml" title="A Blog - RSS" href="http://ablog.blogspot.com/feeds/posts/default?alt=rss"
Go to the complete details ...