<LABEL id=HbSession SessionId="3904262742"></LABEL>
<DIV>How do I&nbsp;create an element that has an unbounded maximum occurences.</DIV>
<DIV>for examples I've created an element that I need to set text to an object that can be 1 0r more.When I do element.addContent only the first object is added to the one element and other object aren't added.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Element element= new Element("ActivitySummary");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for (int j = 0; j &lt;act.length; j++){<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Element element1= new Element("ActivityType").setText(act[j]);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; element.addContent(element1);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</DIV>
<DIV>Please Advise on how best can I resolve this problem.</DIV>
<DIV>Best Regards</DIV>
<DIV>&nbsp;</DIV><p><hr SIZE=1>
Do you Yahoo!?<br>
<a href="http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=21260/*http://photos.yahoo.com">New Yahoo! Photos - easier uploading and sharing</a>