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.