array2xml icon indicating copy to clipboard operation
array2xml copied to clipboard

Convert PHP array to XML with support for attributes and CDATA

Results 4 array2xml issues
Sort by recently updated
recently updated
newest added

I needed the XML without header, I hope it helps someone. 👍

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...

bug

For the sake of consistency, wouldn't be better to always use CDATA blocks for the tag content? In this way, the value supplied can always be used as is, and...

enhancement

Thanks a lot, awesome! :) The example on your github on how to use it is even more awesome! Why isn't everyone making their software manuals that easy! How could...

enhancement