Hi!
$xpath->registerNamespace('xspf', "http://xspf.org/ns/0/");
Ah, vergessenes / gefunden.
$nodeList = $xpath->query(sprintf('/xspf:playlist/xspf:trackList/xspf:track[xspf:location="%s"]', $location));
Etwas umständlich, //xspf:track[xspf:location] hätte es auch getan.
Lo!