lua-users home
lua-l archive

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


I've got some legacy code I would like to port to Lua, and I'm
wondering if there's an XML parser which exposes a DOM-like API
because the legacy code uses such an API from an other programming
language.  The Wiki does not appear to helpful in this regard (lots of
broken links).

Any suggestions?  Has anybody tried to use gdome2 or Xerces, possibly
with LuaJIT FFI?