I’m trying to create an RSS feed for a polling website. I cant figure out how to extract a title of a question. Below is the format:
<td class="question">
<h2><a href="http://myvoternation.com/question/health/do-bright-girls-give-up-too-quickly">Do Bright Girls give up too quickly?</a></h2>
I figured out how to extract the url, but I cant figure out how to extract the actual title of the question.
Any suggestions? Many thanks!