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][Lua] and [LuaExpat][]. [Lua]: http://www.lua.org [LuaExpat]: http://www.keplerproject.org/luaexpat/ Installation ------------ For Linux: as root, type: tar zxvf etree-0.1.tar.gz cd etree-0.1 make install
luaforge/etree
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 luaforge@gmail.com and ask us to "reroot" it to you. (Or you can ask us to delete the repository.)
LuaMIT