Re: html parser

"'Aaron B.' via lua-l" <[email protected]> Sun, 2 Aug 2026 23:49:03 -0400
Newsgroups gmane.comp.lang.lua.general
Organization ZADZMO.org
Message-ID <[email protected]>
On Thu, 30 Jul 2026 20:07:28 +0200
Marcus Rohrmoser <[email protected]> wrote:

> 
> what html parser can you recommend? I come from https://aantron.github.io/lambdasoup/ and liked it, but want to port some stuff to lua now.
> 

Not entirely sure if this is what you want: It provides a parsed HTML
object manipulated with a Javascript-like DOM API, as opposed to a
simple tree-like structure of the data:

https://gitlab.com/craigbarnes/lua-gumbo

I've had good enough results with it for my purposes installing it with
Luarocks, but admit the entire DOM thing is over my head sometimes.

-- 
Aaron B. <[email protected]>

-- 
You received this message because you are subscribed to the Google Groups "lua-l" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/lua-l/20260802234903.2b999c4ea5ca6b1f706af956%40zadzmo.org.