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 <[email protected]> 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.