<LABEL id=HbSession SessionId="3904262742"></LABEL>
<DIV>How do I 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> </DIV>
<DIV> Element element= new Element("ActivitySummary");<BR> for (int j = 0; j <act.length; j++){<BR> Element element1= new Element("ActivityType").setText(act[j]);<BR> element.addContent(element1);<BR> }</DIV>
<DIV>Please Advise on how best can I resolve this problem.</DIV>
<DIV>Best Regards</DIV>
<DIV> </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>