matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: [REQ] BBC Radio 1 Now Playing Script. Simple Rss Feed
quote: Originally posted by matty
var newPsm = 'Radio 1 Playing: '+xml.selectSingleNode('//rss/channel/item/dc:creator').text+' - '+xml.selectSingleNode('//rss/channel/item/dc:title').text;
|
|