I am creating one sample project in android. i am using sample rss feed.
In xml description coming like this,
<![CDATA[
<p>15 Mar 2012</p>
<a href="http://newsonair.nic.in/full_news.asp?TOP2">
<p style='FONT-SIZE: 12px; LINE-HEIGHT: 150%' align='justify'>
<img style='FLOAT: left; MARGIN-RIGHT: 5px' height='100' width='100' src=http://www.newsonair.nic.in/writereaddata/news_pictures/PICNEWS1.jpg?
0.7055475></a><br/>
Parliament was today disrupted over the issue of removal of Trinamool Congress's leader and the Railway Minister, Mr.Dinesh Trivedi from the Council of Ministers.</p><br clear="all" />
]]>
i want to display like this,
Parliament was today disrupted over the issue of removal of Trinamool Congress's leader and the Railway Minister, Mr.Dinesh Trivedi from the Council of Ministers.
can anyone tell the idea to do this.
thanks.
Here is a piece of my code.