- or download this
$xml->findnodes('//html/head/title')
- or download this
$xml->findnodes('//*[local-name()="title"]')
- or download this
$xml->documentElement->setNamespace(
'http://www.w3.org/1999/xhtml' => 'xh',
);
- or download this
$xml->findnodes('//xh:html/xh:head/xh:title')