if ('title' == $xml->localName) {
$xml->read();
echo $xml->value. "\n";
}