Hiya. When i create an XML using php's DomDocument it creates the xml properly but all the elements are in one line, the xml file itself is not so readable.
I searched in google and find that the attribute formatOutput in DomDocument should resolve the issue, i use php 5.3 and i do not have this properly in DomDocument.
any ideas?