not sure what Im doing wrong here, this works for just about every feed out there?
$xml = simplexml_load_file("http://alzheimersanddementia.org/current.rss");
$result = $xml->xpath("/rss/channel/item");
print_R($result); // prints nothing
The problem is I do not know what to put in the $xml->xpath("");
Any Ideas