XmlToKeyword
TODO: Add description This package converts Xml to Keyword list as XmlBuilder package requires
Installation
If available in Hex, the package can be installed as:
Add xml_to_keyword to your list of dependencies in
mix.exs:def deps do
[{:xml_to_keyword, "~> 0.0.1"}]end
Ensure xml_to_keyword is started before your application:
def application do
[applications: [:xml_to_keyword]]end