[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What would be a good representation of XML tree as Lua tables?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 21 Aug 2016 11:53:45 -0300
> 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?
You may want to have look at what my lxml does:
http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/index.html#lxml
The sample code in test.lua cleans the raw xml->Lua conversion but it is
just that, sample code.