A pure Swift XML parsing library

Hi all, seeing as (NS)XMLParser is still nonfunctional on Linux, and its
API is horribly un-Swifty anyway, I’ve started the project SwiftXML
<https://github.com/kelvin13/swiftxml&gt; which is a pure Swift XML parser
library. Currently it can parse the most commonly used subset of XML
features, though it doesn’t yet support certain advanced features like
entity declarations and XML namespaces.

Any help or feedback is welcome and appreciated.