Skip to content

reiver/go-xml

Repository files navigation

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

GoDoc

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages