Skip to content
/ lxml Public
forked from oubiwann/lxml

An LFE XML parser / wrapper for erlsom

License

Notifications You must be signed in to change notification settings

lfex/lxml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

99c2834 · Aug 16, 2023
Aug 14, 2023
Jul 3, 2021
Aug 14, 2023
Aug 16, 2023
Aug 14, 2023
Aug 13, 2023
Jul 3, 2021
Jul 3, 2021
Jul 4, 2023
Aug 14, 2023
Aug 16, 2023

Repository files navigation

lxml

Build Status LFE Versions Erlang Versions Tags

An LFE XML parser / wrapper for erlsom

Project logo

Table of Contents

About

lxml1 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.3"}
]}.

And then do the usual:

rebar3 compile

Usage

Usage 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.

About

An LFE XML parser / wrapper for erlsom

Resources

License

Stars

Watchers

Forks

Languages

  • LFE 73.1%
  • Makefile 14.0%
  • Erlang 11.9%
  • HTML 1.0%