Home > etree

etree

Etree is a project mainly written in Lua, based on the MIT license.

Lua Element Tree is an XML library that enables manipulation of XML documents as simple Lua data structures. This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010. If you are the maintainer, please fork and then email l

Lua Element Tree

Lua Element Tree is a library that enables manipulation of XML documents as simple data structures in Lua.

Requirements

Lua Element Tree depends on Lua 5.1 and LuaExpat.

Installation

For Linux: as root, type:

tar zxvf etree-0.1.tar.gz
cd etree-0.1
make install