I'm trying, to filter out all SimpleXMLElement Objects, which contain the value "fds".
$xmlDocument = file_get_contents($Url, false, $context);
$xmlString = simplexml_load_string($xmlDocument);
$root = $xmlString->xpath("//fds");
print_r($root);
Sadly it returns a empty array, am I doing something wrong with the xpath?
What im exactly trying to do: Filter out each object, which contains: /fds/creations/