lua-users home
lua-l archive

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


> What are the differences/advantages between this and the luaXML library:
> http://viremo.eludi.net/LuaXML/

It seems that LuaXML does not depend on any external library. Mine depends
on expat. Also, LuaXML sets the table with some metatable magic. Mine does not.
Finally, LuaXML does much more that mine does. Mine just load XML data into
a Lua table.