I want to parse an xml file using xpath in android, any idea how to do that??
I hope you get the point. Thank you ;)
I want to parse an xml file using xpath in android, any idea how to do that??
I hope you get the point. Thank you ;)
Did you try the samples given in this post
It seems that as of 2.2 it's now part of the language, so no need for the other external libs... http://developer.android.com/reference/javax/xml/xpath/package-summary.html
This looks to have been asked and answered before I'm programming an Android application. I want to use XPath to parse XML. Hopefully that link to the blog post helps.