array2xml
array2xml copied to clipboard
Convert PHP array to XML with support for attributes and CDATA
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...
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...
Awesome!
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...