View Single Post
Old 03-17-2008, 12:20 PM  
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Quote:
Originally Posted by iMind View Post
Does anyone here know how to target namespaced RSS elements using Magpie RSS , documentation says I can target it like

$img = $item[itms][coverArt];

but that's not working at all :P

anyone have any ideas ?
Have you tried quotes around the names?

$img = $item["itms"]["coverArt"];
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote