https://github.com/reiver/go-xml
Package xml implements a simple XML 1.0 parser, for the Go programming language. It is meant to be a replacement to the built-in Go "encoding/xml" package.
https://github.com/reiver/go-xml
xml
Last synced: over 1 year ago
JSON representation
Package xml implements a simple XML 1.0 parser, for the Go programming language. It is meant to be a replacement to the built-in Go "encoding/xml" package.
- Host: GitHub
- URL: https://github.com/reiver/go-xml
- Owner: reiver
- License: mit
- Created: 2024-03-05T18:04:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T06:20:33.000Z (over 2 years ago)
- Last Synced: 2025-01-25T13:08:12.094Z (over 1 year ago)
- Topics: xml
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-xml
Package **xml** implements a simple XML 1.0 parser, for the Go programming language.
It is meant to be a replacement to the built-in Go `"encoding/xml"` package.
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-xml
[](https://godoc.org/github.com/reiver/go-xml)
## Import
To import package **xml** use `import` code like the follownig:
```
import "github.com/reiver/go-xml"
```
## Installation
To install package **xml** do the following:
```
GOPROXY=direct go get https://github.com/reiver/go-xml
```
## Author
Package **xml** was written by [Charles Iliya Krempeaux](http://reiver.link)