proXiMaL

Build Status Coverage Status License: LGPL 2.1 Hex

proXiMaL is an advanced library for XML which let you to handle XML documents is a better way thanks to the Elixir idioms implemented.

It's built on top of Saxy which is providing the needed mechanisms to perform the parsing and building of the XML documents.

This library is 100% Elixir. No C, Rust or other language implementations are needed so, it's eligible to be in use for Nerves and embedded systems.

Installation

If available in Hex, the package can be installed by adding proximal to your list of dependencies in mix.exs:

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