/goxpp

Go XML Pull Parser

Primary LanguageGoMIT LicenseMIT

goxpp

Build Status Coverage Status License

The goxpp library is an XML parser library that is loosely based on the Java XMLPullParser. This library allows you to easily implement a pull parser for arbitary XML content. You can think of goxpp as a lightweight wrapper around Go's XML Decoder that provides a set of functions that make it easier to parse XML content than using the raw decoder itself.

Table of Contents

Description

What is pull parsing?
When would you want to use goxpp over the standard library?

TODO

Performance

TODO

Usage

TODO

Dependencies

TODO

License

This project is licensed under the MIT License

Credits

TODO