Versions in this module Expand all Collapse all v0 v0.67.0 Jan 29, 2024 Changes in this version + type Map map[string]interface + type MapEntry struct + Attrs []xml.Attr + Children []MapEntry + Value string + XMLName xml.Name + func (m MapEntry) AsNode() *Node + type Node struct + Attrs map[string]string + Children []*Node + Name string + Value string + func (n *Node) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error