Re: HTML Dom or XPath with Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: HTML Dom or XPath with Lua
- From: matias.guijarro@...
- Date: 2007年2月15日 13:15:34 +0100
Hello,
I wrote a binding for the TinyXML and TinyXPath
libraries.
Tell me if you are interested, I would be happy
to share it.
I noticed that there was already a small Lua
binding for TinyXML for Lua 5.0
(see http://lua-users.org/wiki/LuaXml) ; mine
is for Lua 5.1.
I wrote the code "by hand" (not using SWIG, tolua,
etc.) -it's so easy to write bindings for Lua !-,
it is not a full-featured binding, but it is highly
sufficient for my needs...
Cheers,
Matias.