I\'m trying to parse an XML feed using SimpleXML in Android: http://backend.deviantart.com/rss.xml?type=deviation&q=by%3Aspyed+sort%3Atime+meta%3Aall
Sample here
It appears that using
@Element(name = "title", required = false, inLine=true) public String title = "";
will solve your problem, as shown here.