[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luaexpat: lom.assemble?
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 20 Oct 2014 10:12:14 +0200
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 :)