On Mon, 2011年03月28日 at 21:18 +0200, Petite Abeille wrote: > Here is a simplistic implementation: > > http://dev.alt.textdrive.com/browser/HTTP/XML.lua > > Usage example: > > local XML = require( 'XML' ) > local anXML = XML( aContent ) -- e.g. http://www.lua.org/news.rss > > print( anXML.rss.channel.description[ '$' ] ) Thanks! I wish I had a look at this earlier :)