Hi all. I'm receiving XML which contains elements of HTML and I want to display these to the users. Therefore, I have to set the content programmatically, rather than extract the strings from an android xml resource.
I'm using a WebView to display the content, rather than TextView, as it handles some of the HTML markup - bold text for example, and links. However WebView does appear to be rather limited. For example, the content I want to display contains definition links: <p>This is a <dfn title='some definition'>definition</dfn></p> I've been looking at this for a while now, and can't really think of a way to capture this in android. The idea would be that when the relevant word is clicked, the definition pops up. Any ideas appreciated! -- 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

