MISP/app/View/Attributes/xml/view.ctp

4 lines
128 B
PHP

<?php
App::uses('Xml', 'Utility');
$xmlObject = Xml::fromArray($response, array('format' => 'tags'));
echo($xmlObject->asXml());