$xml_array2 = explode("=\"", $xml); $titulo = $xml_array2[6]; $titulo_array = explode("\"", $titulo); $title = $titulo_array[0];