I have a bunch of URLs structured like so
<h4 class="classname"><a href="http://some-website.com" onclick="someVaryingJS();" title="Some Title">Some Title</a><h4>
I want to be able to extract just the href and title attributes, keeping in mind the onclick attribute changes per tag and that I only want to do it for anchor tags that are within h4's of that class.