I think you will want to write your own xml parser/handler so that you can decide what gets read to the user. Maybe use SAX?
On Jul 22, 6:03 am, prachi <[email protected]> wrote: > Hi all > > I have an xml page which im able to display on webview and also able > to convert it to sppech by using text to speech API provided by > android. > > I have stored that xml page in a string variable and hence able to > convert it to speech which takes string variable as an input. > > But my problem is that if the xml has some href tags or imgsrc tags > those are also read out by TTs. > > Can u plzzzz tell me how to overcome this???? I jst want the text part > which is displayed in webview to be read out not the image url or > smething else........ > > Please help...Its urgent..... > > Any help would be 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

