Possible Duplicate:
PHP simpleXML how to save the file in a formatted way?
Is it possible to use both SimpleXML and DOM Document together?
I’m using SimpleXML to get a file update it and save it but the xml is formatted on one long line.
How can I use DOM Document in the script to format the output? Does it have to be done after the SimpleXML bit hs finished writing to the file, or can it be done before?
Thanks
1 Answer