$xml = simplexml_load_file("contact.xml"); $authors = $xml->xpath("/contact/personal/title"); foreach($authors AS $author) { echo "$author"; }?>