simplexml

module
v0.0.0-...-0bff936 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2018 License: Apache-2.0

README

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

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