Whats the best way to convert XML into Java objects?
I dont want a like for like representation but would like to pull out certain data from the XML and populate a java object. I had a look for XStream but didnt really like the whole move down move up type stuff...would prefer a DOM like object when writing converters...