Categorygithub.com/pschou/go-xmltree
repositorypackage
0.0.0-20231228160418-13fca47e74d0
Repository: https://github.com/pschou/go-xmltree.git
Documentation: pkg.go.dev

# README

XML Tree tool

The xmltree package converts xml documents to a tree data structure, and provides convenient methods for manipulating and searching through that tree.

Requires go 1.9 or greater for golang.org/x/html dependency.

This xmltree module was originally cloned from aqwari.net/xml.