$xml = new SimpleXMLElement('<root/>'); array_walk_recursive($array, array ($xml, 'addChild')); print $xml->asXML();