lua-users home
lua-l archive

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


> Is there a good tool I could use in Lua to parse HTML?

The problem with HTML of course is that it is not XML in the sense
thjat HTML in the wild will most probably not always conform to any
standards.

if you want a simple XML -> Lua table converter, try my lxml:

	http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lxml

Try also
	http://doc.lubyk.org/xml.html

Google found these:

	https://github.com/msva/lua-htmlparser
	https://github.com/luaforge/html/tree/master/html