How to Generate XML Document from Array Aollection?
HI...
How to generate XML document using an array collection object.
I pushed some values to array collection object and now i need to generate XML out of it.
Plz help me in this...
thank sin advance...
You'll want to create an XMLList. Loop through the ArrayCollection. For each item, create a new XML object and copy the properties of the item to attributes or child nodes. Append each XML object you create to the XMLList.