# Functions
BuildXML will serialize params into an xml.Encoder.
NewXMLElement returns a pointer to a new XMLNode initialized to default values.
StructToXML writes an XMLNode to a xml.Encoder as tokens.
UnmarshalXML deserializes an xml.Decoder into the container v.
UnmarshalXMLError unmarshals the XML error from the stream into the value type specified.
XMLToStruct converts a xml.Decoder stream to XMLNode with nested values.