I'm trying to handle an ArrayList<String> to achieve XML like the following:
<entries> <entry>Alpha</entry> <entry>Bravo</entry> <entry>Charlie</entry> </entries> The examples Ive seen let me name the outer <entries> element or eliminate the outer element and name the inner elements. Is there a way to achieve both? I'm using annotations but I'm not tied to them. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email