What is SwiftyXMLParser?

This is a XML parser inspired by SwiftyJSON and SWXMLHash.

NSXMLParser in Foundation framework is a kind of “SAX” parser. It has enough performance but is a little inconvenient. So we have implemented “DOM” parser wrapping it.

Features:

  •  access XML Document with “subscript”.
  •  access XML Document as Sequence.
  •  easy debugging XML pathes.

Overview

  • Pricing: Free
  • Resource Link: https://github.com/yahoojapan/SwiftyXMLParser
  • Resource Maker: Yahoo! JAPAN
  • Mobile Platform Destination: iOS Apps
  • Mobile Platform Support: Native iOS
  • Programming Languages: Swift
  • iOS Versions Supported: iOS 8.0+, iOS 9.0+, iOS 10.0+, iOS 11.0+, iOS 12.0+
  • CocoaPods: SwiftyXMLParser