I Have been developing an Android RSS reader.I want to fetch the images from RSS feed and list them along with RSS title.I have parsed,and fetched data from "title" and "description" tags.Can Anyone tell me how to get the image URL from below "src" property of "description" ?
<item>
<title>Bollywood now more professional, but impersonal: Anupam Kher</title>
<link>
http://www.abcd.com/en/node/599
</link>
<description>
<div class=" field field-type-filefield field-field-story-image">
<div class="field-label">Image:&nbsp;</div>
<div class="field-items">
<div class="field-item odd">
<img class="imagefield imagefield-field_story_image" width="630" height="420" alt="" src="http://www.madhyamam.com/en/sites/default/files/anumpamkher2.jpg?1334148050" />
</div>
</div>
</div>
<p>
<strong>New Delhi: </strong>He has been part of the film industry for almost three decades.
</p>
<a href="http://www.abcd.com/en/node/599" target="_blank">read more</a>
</description>
</item>