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
You could also use Castor to map the XML to Java beans. I have used it before and it works like a charm.