lua-users home
lua-l archive

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


Gregg Reynolds wrote:
Hi,

I'm a swig novice trying to use to wrap libxml2 for lua.  It was
fairly easy to get to the point where I can read and crawl an XML
file, but I can't see how to get at string data.  Example:
...
Anybody know how to get the userdata dereferenced properly, so normal
lua syntax will work for such fields?

btw, I first tried tolua, but it seems to be outdated and I'm on 5.1.1.

There's also tolua++ (which I think works with 5.1.1), and toluaxx, which claims to work with 5.1.1. Oliver