$xml = simplexml_load_file("books.xml"); foreach($xml->book as $book) { echo $book->author." is ".$book->author->attributes()."."; }?>