programisti / xml_to_keyword

Transforms Xml to Elixir Keyword List

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Transforms Xml to Elixir Keyword List


Languages

Language:Elixir 100.0%