View Source Exogiri
Nokogiri. But like, for Elixir.
NOTE: All objects are mutable, and thus process local. If you try to pass XML nodes or XML documents between processes they will be inaccessible.
DOUBLE NOTE: C is not my first language. I've probably got memory leaks and just plain logic errors hanging about all over. Contributions and criticism welcome.
installation
Installation
Using Hex, the package can be installed by adding exogiri
to your list of dependencies in mix.exs
:
def deps do
[
{:exogiri, "~> 0.2.1"}
]
end
The docs for the most recent version can be found at Hex Docs.