Versions in this module Expand all Collapse all v0 v0.0.2 Nov 19, 2023 v0.0.1 Jan 16, 2018 Changes in this version + var ErrNodeNotFound = errors.New("Node not found in xml") + type Node struct + Content []byte + Nodes []Node + XMLName xml.Name + func FindXMLNode(input, name string) (Node, error)