Is it possible to upload a direct file that has already been downloaded to the PC via an edit?
<?
$xml = simplexml_load_file("clientes.xml");
print_r($xml);
?>
In case the clients.xml file would not be pre-defined in the code, it could be chosen with different names.