Hi, I want to map the following xml to a Java list with Post objects, where Post should be an XStream annotated POJO:
<posts> <post name="foo"/> <post name="bar"/> </posts> Any hints how to do it? Thanks. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2449499

