Skip to content

aarzilli/simplexml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplexml Dom library for Go

This is a naive and simple Go library to build a XML DOM to be able to produce XML content, and parse simple XML into an in-memory DOM.

It started as a fork of https://github.com/masterzen/simplexml, but has since been massively refactored to make it work more closely with encoding/xml, and to include a set of useful functions for doing simple searches against the element tree.

Contact

Building

You can build the library from source:

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

Usage

About

Go library to generate XML content from a naive DOM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%