Re: html parser

"'Sewbacca' via lua-l" <[email protected]>
Newsgroups gmane.comp.lang.lua.general
Message-ID <[email protected]>
> what html parser can you recommend? I come fromhttps://aantron.github.io/lambdasoup/ and liked it, but want to port some stuff to lua now.

I've written an XML serializer and deserializer using LPegLabel which 
works decently well (XMLPeg¹). It has options for parsing, traversing 
and serializing both XML and HTML. For HTML I tried to capture all of 
its quirks, but I might have missed some.

~ Sewbacca

¹https://codeberg.org/sewbacca/XMLPeg <https://codeberg.org/sewbacca/XMLPeg>

-- 
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/f401010c-fb3d-4d7c-88a4-38bca014cb12%40kolabnow.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.