I\'m creating a xml using this
$customXML = new SimpleXMLElement(\'\');
after adding some attributes onto this, when
If this is a problem, this should do it:
$xml = str_replace(' version="1.0"', '', $xml);`