zorg/vendor/github.com/mmcdole/goxpp
LowEel 923709f1d1 Initial Commit 2020-10-08 21:33:26 +02:00
..
.gitignore Initial Commit 2020-10-08 21:33:26 +02:00
.travis.yml Initial Commit 2020-10-08 21:33:26 +02:00
LICENSE Initial Commit 2020-10-08 21:33:26 +02:00
README.md Initial Commit 2020-10-08 21:33:26 +02:00
xpp.go Initial Commit 2020-10-08 21:33:26 +02:00

README.md

goxpp

Build Status Coverage Status License GoDoc

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