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.

Leave a Reply