$s = simplexml_load_file('address-book.xml');
$emails = $s->xpath('/address-book/person/email');
foreach ($emails as $email) {
// do something with $email
}
?>
//
D
S
New York
NY
s@php.net
A
T
San Francisco
CA
a@php.net