Forse?
Codice PHP:
function tagResolver($TAG)
{    
   
$xml=simplexml_load_file("db.xml") or die("Error: Cannot create object");    
   return 
$xml->xpath($TAG)[0];