I\'m trying to figure out how to parse some XML (for an Android app), and it seems pretty ridiculous how difficult it is to do in Java. It seems like it requires creating an
Starting w/ Java 5, there is an XPath library in the SDK. See this tutorial for an introduction to it.