Versions in this module Expand all Collapse all v1 v1.11.0 Dec 6, 2022 Changes in this version + func BuildXML(params interface{}, e *xml.Encoder) error + func StructToXML(e *xml.Encoder, node *XMLNode, sorted bool) error + func UnmarshalXML(v interface{}, d *xml.Decoder, wrapper string) error + type XMLNode struct + Attr []xml.Attr + Children map[string][]*XMLNode + Name xml.Name + Text string + func NewXMLElement(name xml.Name) *XMLNode + func XMLToStruct(d *xml.Decoder, s *xml.StartElement) (*XMLNode, error) + func (n *XMLNode) AddChild(child *XMLNode)