What's different about it?
Have you tried
Code:
if( [elementName isEqualToString: @"media:thumbnail"] )
{
// do something
//get url from attributesDict
}
When unsure, just add some simple NSLogs to print out the value of elementName, the attributes, etc.