Is it possible to handle duplicate elements in commons digester using the following example ?


<phonebook>
<entry>
<owner>Owner</owner>
<number>Number</number>
[ and many other numbers to follow..]
</entry>
</phonebook>

I can handle many <entry> elements but can't quite yet grasp how to do the multiple number elements. Does anyone have any idea how to do this ?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to