Hello I am trying to list tour name in the 6 node of filter object. Formated xml image is also attached.
This is my loop.
foreach($results->filters->filter[6] as $key=>$tours){
foreach($tours as $tour_name){
echo $tour_name->tour->tour_name;
}
}
XML-Response