array2xml
array2xml copied to clipboard
Multiple elements do not work
It seems that if you add multiple childs with the same name into an element only the last one will be set.
So if you have a list of products and your parent is 'products' then add 4 children with the name 'product' only the last one will be written into the XML.
if you can send the sample array, I would like to help.