lxml
An LFE XML parser / wrapper for erlsom
Table of Contents
About ↟
lxml<sup>1</sup> is a wrapper for the Erlang community erlsom library, providing the following additional features:
- Lispy naming conventions via LFE, and
-
Utility functions for easily accessing parsed XML data
(e.g.,
map,get-in,get-linked, &c.).
Both of these are discussed more in the lxml docs (see below for the link).
Setup ↟
Just add it to your rebar.config deps:
{deps, [
{lxml, "0.4.2"}
]}.And then do the usual:
rebar3 compileUsage ↟
Usage information is provided in the documentation: