tags:

views:

39

answers:

1

I have tried to use xpath in Android 1.5, but it does not seem to work?

Could someone please tell me the best practice on retrieving a value from XML in this case? If you have any worked through examples, that would be a real help!

Also, my XML is as a string, so I will need to convert it to be an xml document resource?

A: 

try a this link http://brainflush.wordpress.com/2009/05/19/the-force-unleashed-xmlxpath-on-android-using-dom4j-and-jaxen/

zed_0xff
Do you have to pull this in as a JAR?
Klee
Yes, you have to
zed_0xff