[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Good solution to parse HTML?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 18 Nov 2015 13:07:31 -0200
> 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