Hi all,
i´ve tried to marshall a collection like this!!!
public class A {
public Arraylist arr;
public Object XPTO;
}
and the xml look like this...
<A>
<XPTO A=1 B=2>
<ITER1 .../>
<ITER2 .../>
<ITER3 .../>
</XPTO>
</A>
the XML its not very smart, but a´m stuck with it.
i want to put the ITER(n) tag into de arr Arraylist and the propertys in the tag XPTO into de object XPTO.
any ideas???
