"; echo "Here are your {$xml['Body']['LibrarySearchResponse']['ResponseInfo']['ResultCount']} results
"; foreach($xml['Body']['LibrarySearchResponse']['ResponseInfo']['Item'] AS &$item) { echo "{$item['Title']} by {$item['Author']}
"; } ?>