array2xml
array2xml copied to clipboard
[PHP] - Array to XML
Hello, i have a problem with tabs inside nodes. If node has attributes but has not any content it create empty tabs inside node, so xml is not valid. The...
I'm trying to utilize the setElementsAttrs and it's for the most part working as expected. However I have a variable number of Elements that need to have specific attributes that...
I need to create elements that have attributes, but no value that are self-closing. The current code creates: <cargo weight="19200" unit="kg"> </cargo> but what I need is: <cargo weight="19200" unit="kg"/>...