lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 21 August 2016 at 17:45, Marc Balmer <marc@msys.ch> wrote:
I am working on code to easily create XML trees from Lua tables.  What would, in your opinion, be a comfortable Lua table notation of XML trees, expressed as Lua tables?

This is how I did it with HTML(5ish):
https://github.com/bungle/lua-resty-tags

It's pretty easy to modify that to express XML.