[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaExpatUtils
- From: Michal Kottman <k0mpjut0r@...>
- Date: Sat, 09 Oct 2010 13:00:56 +0200
On Sat, 2010-10-09 at 11:49 +0200, steve donovan wrote:
> doc.lua provides a flexible XML pretty-printer for LOM documents:
...
> Apart from the stanza-style LOM building, it provides an
> Orbit-htmlify-like LOM builder
...
> There is also LOM template expansion and LOM structural pattern
> matching, which is Tamale-like but uses partial matching and allows
> for explicit repeating.
This looks really great, I was looking for a high-level XML processing
library like this for a long time. The XML -> Lua table based on
matching is very interesting. Looks like I can throw away all my
'one-shot' pieces of code and replace it with your library :) Thanks for
your work.