Try this:
<?php
$entry = simplexml_load_file('entry.xml');
printf("%s
", $entry->children('job', true)->location->region);
?>
To check the above code in action, click here
For more information about SimpleXml refer to this article
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…