preserveWhiteSpace = false; $dom->formatOutput = true; $dom->loadXML($simpleXMLElement->asXML()); file_put_contents( $path, str_replace( ' xmlns:xsi="xsi"', //replace namespace, as we do not need it for xsi namespace '', $dom->saveXML() ) ); } }