I suppose the feed you're reading is correctly formed XML.How are you parsing it? If you're using say javax.xml.parsers.SAXParser, the entity escapes should already be decoded once you access the text or attribute as a java.lang.String.
On Mon, Dec 21, 2009 at 5:22 AM, Patrick Plaatje <[email protected]>wrote: > Hi All, > > i'm trying to process text which i'm receiving from a RSS feed. In this > feed all special characters are defined as numeric entities. When i try to > display these texts in a Text- or WebView, it stops displaying anything > after encountering the numeric entity. > > Any thoughts? > > Regards, > > Patrick > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

