What is the best practice to parse html in swift?
I’m a Swift newbie. I need for something like Python’s BeautifulSoup in Swift iOS project. Precisely, I need to get all href of <a> that ends with “.txt”. What are the steps that I should take? Answer There are several nice libraries of HTML Parsing using Swift and Objective-C like the followings: hpple NDHpple Kanna( … Read more