a module that maps between Lua and XML without much ado

LuaXML provides a minimal set of functions for the processing of XML
data in Lua. It offers a very simple and natural mapping between the
XML data format and Lua tables, which allows one to parse XML data
just using Lua's normal table access and iteration methods:
Substatements and text content is represented as array data having
numerical keys, attributes and tags use string keys. This
representation makes sure that the structure of XML data is exactly
preserved in a read/write cycle.

Versions

130610-18 years ago265 downloads

Dependencies

lua >= 5.2

Dependency for

cmdbuild, lua-resty-moesif, lua-resty-moesif

Labels