lua-users home
lua-l archive

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


Hi list,

Is there a simple XML parser (preferably DOM) for Lua? I saw the
LuaXml wiki (http://lua-users.org/wiki/LuaXml), and kinda got
confused.

My requirements are very simple:
- I need to be able to get node values for elements
(docroot['some_ele'][2].text)
- I need to be able to get attribute values
(docroot['some_ele'].attribute('foo'))

Any help would be appreciated. Thanks!

-- 
Premshree Pillai
http://www.livejournal.com/users/premshree/