[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: HTML Parser Recommendation
- From: Craig Barnes <craigbarnes85@...>
- Date: Thu, 23 May 2013 16:35:22 +0100
On 23 May 2013 15:28, Rob Kendrick <rjek@rjek.com> wrote:
> On Thu, May 23, 2013 at 05:15:27PM +0300, Chris Datfung wrote:
>> I'm looking for a recommendation for an HTML parser that is supported in
>> both lua 5.1 and 5.2.
>
> Do you need a tree builder, too?
>
> Perhaps this: https://github.com/craigbarnes/lua-hubbub
>
> B.
>
That binding is still incomplete at the moment but I will
get around to finishing it next week or so. I've been mindful
of 5.2 support, so it should be trivial to port. Both the
Hubbub internals and the API/binding use C99, so MSVC
is not supported, if that matters.