SimpleXml

Build StatusModule VersionHex DocsTotal DownloadLicenseLast Updated

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, by adding simple_xml to your list of dependencies in mix.exs:

def deps do
  [
    {:simple_xml, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/simple_xml.