Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some documentation #2

Open
mardy opened this issue Sep 4, 2021 · 1 comment
Open

Add some documentation #2

mardy opened this issue Sep 4, 2021 · 1 comment

Comments

@mardy
Copy link

mardy commented Sep 4, 2021

Hi! I was about to start writing a Qt port of python's html.parser module, when I found this project. It looks exactly like what I need, except that it's not clear how to use it :-)

The example command provided does not show how to hook up to the various processing phases, and the main header file htmlparser.h does not offer any virtual methods that could be reimplemented in order to be notified of the various elements being parsed.

@dantti
Copy link
Member

dantti commented Sep 4, 2021

This project is not finished, 99% of the HTML parsing follows the standard but it's currently a bit useless as it still needs to build a tree to be manipulated, I was hopping to get some paid project that could make use of it or some dev in need to finish it as I don't have the time ATM, take a look at:
https://github.com/cutelyst/html-qt/blob/master/cmd/main.cpp
for "how to use"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants