loadXML($xml_string, LIBXML_NOENT | LIBXML_DTDLOAD); $xml = simplexml_import_dom($dom); echo ' NOME: '.$xml->nome. '
COGNOME: '.$xml->cognome;