lxml

Build Status][gh-actions-badge]][gh-actions]
[![LFE Versions][lfe badge]][lfe]
[![Erlang Versions][erlang badge] [ Tags

An LFE XML parser / wrapper for erlsom

Project logo

Table of Contents

About

lxml<sup>1</sup> is a wrapper for the Erlang community erlsom library, providing the following additional features:

  1. Lispy naming conventions via LFE, and
  2. 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 compile

Usage

Usage information is provided in the documentation:


Footnotes

1