Check out android.text.html maybe?
http://code.google.com/android/reference/android/text/Html.html#fromHtml(java.lang.String,%20android.text.Html.ImageGetter,%20android.text.Html.TagHandler)

It apparently "Returns displayable styled text from the provided HTML
string"

Might be what you're after.

-Anson

On Dec 16, 6:12 am, filbert <[email protected]> wrote:
> I've searched around but couldn't figure out what the right search
> criteria should be...
>
> I've got some CDATA from an XML feed and it has things like &quot; in
> it.
>
> When I display it on the screen, it shows up as &quot; instead of ",
> which makes sense since it's not a HTML page.
>
> Is there a function out there that automatically decodes the HTML
> characters?  I could write my own method and regex the hell out of it
> but I assume there's something slicker than that to handle it...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to