The Gecko C++ code for parsing HTML is actually generated from this HTML
parser:
https://about.validator.nu/htmlparser/

If you're looking to research a standalone parser, you're likely better off
inspecting the Java sources listed above. The C++ parser pulls in lots of
Gecko dependencies.

--Jet



On Thu, Jul 20, 2017 at 3:12 PM, <[email protected]> wrote:

> Hi everyone, as title, I want to use the C/C++ to research the Gecko-dev
> html parser.
> Is it possible to build the Gecko-dev html parser?
>
> https://github.com/mozilla/gecko-dev/tree/e9fa5c772abe4426c5e33ffe61c438
> f75f990aca/parser
>
> Thanks.
> _______________________________________________
> dev-tech-layout mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-tech-layout
>
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to