in html an rss link looks somewhat like this
<a class="rsslink" href="http:the_url">The feed title</a>
i would like to get all links that match this description from a html page that has a list of rss feeds. anyone know of a good way to parse, with some sample code?