[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: steve donovan <steve.j.donovan@...>
- Date: Tue, 23 Aug 2016 13:35:16 +0200
On Tue, Aug 23, 2016 at 12:51 PM, Aapo Talvensaari
<aapo.talvensaari@gmail.com> wrote:
> This is how I did it with HTML(5ish):
> https://github.com/bungle/lua-resty-tags
Cool! First came across the idea of 'htmlification' in Orbit, which
used function environments to map unknown names onto tag constructors.
I see you've also got an explicit declaration style which I used in
Orbiter (a personal mini-Orbit).