I want to read the url attribute from this element by using NSXMLParser:
url
I learned it and here is the way it works in Swift:
in didStartElement method;
didStartElement
if element.isEqualToString("enclosure") { var imgLink = attributeDict["url"] as String }