Skip to content

Advanced library for XML on top of Saxy

License

Notifications You must be signed in to change notification settings

altenwald/proximal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Advanced library for XML on top of Saxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages