Hocam isteğiniz tam bu şekilde mi anlamadım ama elimde böyle bir kod var belki işinize yarar.

header("Content-Type: text/html; charset=utf8");
$a=simplexml_load_file("index.xml");


foreach ($a->Product as $konu) {
echo $icerik=$konu->Name.'<br>';
echo $icerik=$konu->Product_id.'<br>';
echo $etiket=$konu->category.'<br>';
echo $etiket=$konu->Stock.'<br>';
echo $etiket=$konu->Image1.'<br>';
echo $etiket=$konu->Description.'<br>';
echo "<hr>";
}