Questions tagged [swxmlhash]

SWXMLHash is a third-party XML parser for swift

SWXMLHash is a third-party XML parser for Swift that wraps NSXMLParser.

Links:

https://github.com/drmohundro/swxmlhash

Related tags:

46 questions
-2
votes
1 answer

Swift 3 alamofire + SWXMLHash

In Swift 2 had a method that could parse xml response, but its not working in Swift 3. Here is my Swift 2.0 method: Alamofire.request(.GET, "www.example.com", headers: headers) .response { (request, response, data, error) in let…
Pan Mluvčí
  • 1,242
  • 2
  • 21
  • 42
1 2 3
4