xml.c ===== Similar to the [GLib Markup parser](http://developer.gnome.org/glib/2.34/glib-Simple-XML-Subset-Parser.html), which also just parses an xml subset, [xml.c](https://github.com/ooxi/xml.c) is a simple, small and self contained xml parser in one file. Ideal for embedding into other projects without the need for big external dependencies. Usage ----- Usage examples can be found in the [unit cases](https://github.com/ooxi/xml.c/blob/master/test/test-xml.c). License ------- [libpng/zlib](https://github.com/ooxi/xml.c/blob/master/LICENSE) (BSD)