lua-users home
lua-l archive

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


On 18 November 2015 at 15:55, Nereus <codecomplete@free.fr> wrote:
A bit of research shows that it's not a good idea to use a regex engine, and
people recommend using an XML parser.

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

I would recommend using HTML parser, such as this:
https://github.com/craigbarnes/lua-gumbo