Hi,
I have some XML that contains many objects of the same type. Like so:
class tester {
private String name;
private String age;
}
<testers>
<tester>
<name>Tom</name>
<age>24</age>
</tester>
<tester>
<name>Anni</name>
<age>23</age>
</tester>
</testsers>
My question is, how can i set this up so that castor will unmarshall
this xml to an array of tester objects? Is this possible? Is there a
better way to do this?
--
Tom O'Neill
[EMAIL PROTECTED]
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user