Hi guys,
I like to use Xpath to parse XML ins java, but when I am doing the same on android, XPath is not found.
any idea how it can be implemented. and also if its not possible then any other parser for android which is fast?
Thanks
Kai
Hi guys,
I like to use Xpath to parse XML ins java, but when I am doing the same on android, XPath is not found.
any idea how it can be implemented. and also if its not possible then any other parser for android which is fast?
Thanks
Kai
You could follow this tutorial http://www.java-tips.org/java-se-tips/javax.xml.parsers/how-to-read-xml-file-in-java.html to parse an XMLfile in Android. It works very well.