$al = simplexml_load_file("test.xml"); //Dosyayı çektik.. $deger = $al->match[0]->matches ; print '<pre>'; print_r($al); print '</pre>';