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
- Host: GitHub
- URL: https://github.com/programisti/xml_to_keyword
- Owner: programisti
- Created: 2016-06-08T10:12:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T12:46:22.000Z (over 6 years ago)
- Last Synced: 2024-09-22T01:48:02.915Z (almost 2 years ago)
- Topics: elixir, elixir-lang, transformations, xml
- Language: Elixir
- Homepage:
- Size: 70.3 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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