lxml
An LFE XML parser / wrapper for erlsom
Table of Contents
↟
Aboutlxml1 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).
↟
SetupJust add it to your rebar.config
deps:
{deps, [
{lxml, "0.4.3"}
]}.
And then do the usual:
rebar3 compile
↟
UsageUsage information is provided in the documentation:
Footnotes
1: Known in some circles as the notorious Professor El Xavier Emile (A.K.A "El X. Emile"). Possible arch-enemy of Lucha Libre LFE.