Ver original<?php$xml = simplexml_load_file(URL);foreach( $xml->host as $host ) { $valor=$host['label'];echo $valor."</br>";}?>