rssmon3/vendor/github.com/mmcdole/goxpp
Bel LaPointe abda47fc0d minimal vend 2020-09-06 09:37:44 -06:00
..
LICENSE minimal vend 2020-09-06 09:37:44 -06:00
README.md minimal vend 2020-09-06 09:37:44 -06:00
xpp.go minimal vend 2020-09-06 09:37:44 -06:00

README.md

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 parse arbitary XML content using a pull parser. 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.

This project is licensed under the MIT License