Ver original$dom = dom_import_simplexml($xml);$dom->preserveWhiteSpace = false;$dom->formatOutput = true;echo $dom->documentElement->saveXML();