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.
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-xml
To import package xml use import code like the follownig:
import "github.com/reiver/go-xml"
To install package xml do the following:
GOPROXY=direct go get https://github.com/reiver/go-xml
Package xml was written by Charles Iliya Krempeaux