Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 356 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 356 Bytes

XmlToKeyword

'XmlToKeyword' converts plain Xml to Keyword list structure as 'XmlBuilder' package requires

Installation

If available in Hex, the package can be installed as:

  1. Add xml_to_keyword to your list of dependencies in mix.exs:

    def deps do [{:xml_to_keyword, "~> 0.0.1"}] end