I'm getting a xml using the file_get_contents function and then creating a SimpleXMLElement with it.
The xml file can be seen here: http://ws.audioscrobbler.com/2.0/?method=artist.getinfo&artist=Nirvana&api_key=0ca5b0824b7973303c361510e7dbfced
The problem is that I need to get the value of lfm->artist->image[@size='small'] and I can't find how to do it.