An open API service indexing awesome lists of open source software.

https://github.com/programisti/xml_to_keyword

Transforms Xml to Elixir Keyword List
https://github.com/programisti/xml_to_keyword

elixir elixir-lang transformations xml

Last synced: 4 months ago
JSON representation

Transforms Xml to Elixir Keyword List

Awesome Lists containing this project

README

          

# XmlToKeyword

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

## Installation

If [available in Hex](https://hex.pm/docs/publish), 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