Im using the answer to this question to convert an XML array to a single XML output:
Output XML array to plain XML
Im using a simpler solution of the two (indicated as answer)
All this works for me, however at the beginning of the output I get:
string(109960) "
Can anyone shed some light on this?
source
share