https://github.com/defactosoftware/xml_parser
A module used to parse XML using the Plug dependancy.
https://github.com/defactosoftware/xml_parser
Last synced: 9 months ago
JSON representation
A module used to parse XML using the Plug dependancy.
- Host: GitHub
- URL: https://github.com/defactosoftware/xml_parser
- Owner: DefactoSoftware
- Created: 2018-05-22T10:18:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T13:52:09.000Z (over 2 years ago)
- Last Synced: 2024-09-18T10:41:40.982Z (over 1 year ago)
- Language: Elixir
- Size: 8.79 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XmlParser
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `xml_parser` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:xml_parser, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/xml_parser](https://hexdocs.pm/xml_parser).