Skip to content

rickb777/simplexml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleXML Dom library for Go

GoDoc Go Report Card Build Coverage Issues

This is a deliberately-simple Go library

  • to build XML DOM in memory,
  • to produce XML content, and
  • to parse XML into an in-memory DOM.

Origins

This started as a fork of VictorLowther/simplexml (which was originally from masterzen/simplexml), but has since been massively refactored to make it work more closely with encoding/xml, and to include a set of functions for doing simple searches against the element tree.

Building

To use, simply

go get github.com/rickb777/simplexml

You can build the library from source, e.g.

git clone https://github.com/rickb777/simplexml
cd simplexml
go build

It has a Magefile.

About

Go library to generate XML content from a naive DOM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.7%
  • Shell 0.3%