lua-users home
lua-l archive

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


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 :)