README.md

# SimpleXml

[![Build Status](https://github.com/MBXSystems/simple_xml/workflows/CI/badge.svg)](https://github.com/MBXSystems/simple_xml/actions)
[![Module Version](https://img.shields.io/hexpm/v/simple_xml.svg)](https://hex.pm/packages/simple_xml)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/simple_xml/)
[![Total Download](https://img.shields.io/hexpm/dt/simple_xml.svg)](https://hex.pm/packages/simple_xml)
[![License](https://img.shields.io/hexpm/l/simple_xml.svg)](https://github.com/MBXSystems/simple_xml/blob/master/LICENSE)
[![Last Updated](https://img.shields.io/github/last-commit/MBXSystems/simple_xml.svg)](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>.