E.g.
<some>
<thing id="1">ikk</thing>
<thing id="2">ikk2</thing>
<thing id="3">ikk3</thing>
</some>
List<Integer> ids = from(xml).getList(some.thing.@id, int.class);
ids contains a list of Strings and not ints!
Original issue reported on code.google.com by johan.ha...@gmail.com on 27 Sep 2011 at 12:49
Original issue reported on code.google.com by
johan.ha...@gmail.com
on 27 Sep 2011 at 12:49