package
0.0.0-20230508185510-9e5a85db7d9f
Repository: https://github.com/frase-io/external-apis.git
Documentation: pkg.go.dev
# README
goxpp
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
# Functions
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TODO: ?.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author