'; $xml = new SimpleXMLElement($post_xml); foreach ($xml->scannedItem as $item) { echo $item['itemName'] . "\n"; }