lua-users home
lua-l archive

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


On Fri, Jun 8, 2012 at 1:05 PM, joao lobato <btnfdp.lobato@gmail.com> wrote:
> Basically redo a given part of the XML ecossystem without XML :-)

Amen ;)

E.g.  a 'path' like this 'children.(idx).(age>12)'  applied to
{children={{name='bill',age=10},{name='jill',age=13}}} would give
{{name='jill',age=13}}

steve d.