lua-users home
lua-l archive

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


On Mon, Oct 20, 2014 at 9:39 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> document to a Lua table, do things to it, and convert
> back to XML. For this last step, it seems not very hard
> to roll one's own. But surely it must have been already
> done somewhere else?

Penlight's xml module has a pretty-printer that speaks the same object
module as luaexpat. Cheerfully stolen from Prosody :)