This is my code:
$xml = file_get_contents(\'C:\\myxml.xml\'); $dom = new DOMDocument(); $dom->loadXML($xml); $xpath = new DOMXPath($dom); $xpath->registerN