xpath("/books/book/title"); foreach($xpath_result as $entry ) { print "$entry \n"; } ?>