Dylan Neild

1pod

SimpleXML

A simple library for parsing XML to a Swift native Dictionary tree.

This library works similairly to the standard Swift JSON libraries - you provide it access to a stream, URL, or Data buffer of XML and it returns a [String:Any] dictionary that you can walk through easily.

More description and usage patterns forthcoming.

License: MIT

  • Swift