View Source XmlToMap.NaiveMap (elixir_xml_to_map v3.1.0)
Module to recursively traverse the output of erlsom.simple_form/1
and produce a map.
erlsom
uses character lists so this library converts them to
Elixir binary string.
Attributes, if present, are defined as tag@attribute_name => attribute_value
.