I want to read the url
attribute from this element by using NSXMLParser:
<enclosure url="http://www.marketoloji.com/wp-content/uploads/2015/01/IMG_1649-110x110.jpg" length="7113" type="image/jpg"/>
I found this resource on Apple site but it's for obj C, not for Swift:
I know that I should work with attributeDict
dictionary in didStartElement
method but dont know how.