README.md
# SimpleXml
[](https://github.com/MBXSystems/simple_xml/actions)
[](https://hex.pm/packages/simple_xml)
[](https://hexdocs.pm/simple_xml/)
[](https://hex.pm/packages/simple_xml)
[](https://github.com/MBXSystems/simple_xml/blob/master/LICENSE)
[](https://github.com/MBXSystems/simple_xml/commits/master)
A simplified Elixir string-based XML processor that avoids the atom exhaustion vulnerability present
with xmerl based parsers.
## Installation
The package can be installed, via [Hex](https://hex.pm/packages/simple_xml), by adding `simple_xml` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:simple_xml, "~> 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/simple_xml>.