Please i want to show Html_instruction that came from direction web service for users on map so i need an xpath expression for showing this perfectly. example: this is an html_instruction <html_instructions>Head <b>west</ b> on <b>15 May Bridge</b> toward <b>26 July</b></html_instructions> I need to show these for users on map as "Head West on 15May Bridge toward 26 July" but the xpath expression that i used in my application is "DirectionsResponse//route[1]//html_instructions//text()" just show the first part only such as "Head"....What is the best xpath expression i can use for showing these instructions perfectly?
-- 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

