dedlfix: [gelöst] Probleme beim Löschen von xml Einträgen in Playlist

Beitrag lesen

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!