<?php $xml = simplexml_load_string(file_get_contents('heightline.xml')); foreach($xml as $item){ // $url = $item['loc']; echo $item->loc . "<br>"; // print_r($url);exit; }