I\'m trying to figure out the simplest way to map an xml file to to a plain old java object.
Note: That in my example the xml doesn\'t quite match up with my intend
Jakarta Commons Digester should do what you want.
Alternatively, I would recommend writing a transformation class that uses XPath to retrieve elements from the XML.