simplexml

module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2026 License: Apache-2.0

README

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.

Directories

Path Synopsis
Package dom implements a simple XML DOM that is a light wrapper on top of encoding/xml.
Package dom implements a simple XML DOM that is a light wrapper on top of encoding/xml.
Package search contains searching routines for the simplexml/dom package.
Package search contains searching routines for the simplexml/dom package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL