Hi,
I'm creating a news app for android where news data transfered to clients using xml. The problem is how can i embed news content inside xml ? News content contains html tag. Here is part of my xml data
<title>xxx</title>
<date>xx</date>
<content>html here</content>