lua-users home
lua-l archive

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


> 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.