Re: What would be a good representation of XML tree as Lua tables?
[
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: Dirk Laurie <dirk.laurie@...>
- Date: 2016年8月22日 20:27:05 +0200
2016年08月22日 19:29 GMT+02:00 steve donovan <steve.j.donovan@gmail.com>:
> The nice thing about these styles of representation, of course, is
> that looping from 1 to #t gives you the children. (Note: I still
> believe in #)
Do you believe in ipairs too?