Trying to write RSS feed

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!

I’m not get your point.
Do you like to create a RSS Feed or you like to Extract RSS Feed.

Please post the portion of code you’re using to get the href value, it should make things easier to figure out how to get the node value.